Div of Contact Form for ARV
Short version
div."class-name" {
background: linear-gradient(103deg, #3155ff 0%, #39e6e8 95%, #67fe7b 120%) left bottom / 100% 13px no-repeat padding-box padding-box white;
border-radius: 10px;
box-shadow: rgba(44, 73, 221, 0.114) 0px 0px 15px;
box-sizing: inherit;
color: #2b2c28;
font-family: Roboto;
line-height: 25.6px;
min-height: 350px;
padding: 60px 0px 0px;
}
Full version
div.dronebox-lead-form {
background: linear-gradient(103deg, #3155ff 0%, #39e6e8 95%, #67fe7b 120%) left bottom / 100% 13px no-repeat padding-box padding-box white;
border-radius: 10px;
box-shadow: rgba(44, 73, 221, 0.114) 0px 0px 15px;
box-sizing: inherit;
color: #2b2c28;
font-family: Roboto;
line-height: 25.6px;
min-height: 350px;
padding: 60px 0px 0px;
text-align: center;
user-select: text;
width: 85%;
}
div.dronebox-lead-form-container {
box-sizing: inherit;
color: #2b2c28;
display: flex;
flex-wrap: wrap;
font-family: Roboto;
justify-content: center;
line-height: 25.6px;
text-align: center;
user-select: text;
}