body{
font-family: Work Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%;  
}
/* H2 */
h2{color: var(--branding-grey, #3D3D3D);
font-family: Work Sans;
margin-bottom: 20px;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;}
/* H6 */
h6{color: var(--branding-grey, #3D3D3D);
font-family: Work Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; }
/* p */
p{color: var(--branding-grey, #3D3D3D);
font-family: Work Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%;}

.row.login-screen-section {
display: flex;
justify-content: center;
align-items: center;
margin: 40px 0px;
}

.recaptcha-button-section {
margin: 10px 0px 40px 0px;
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between;
flex-direction:column;
}

.login-screen-links {
display: flex;
justify-content: space-evenly;
}

.vertical_line {
border-left: 3px solid #BED2EE;
height: 20px;
}
.login-screen-links h6 a {
color: var(--branding-brand, #2E66B2);
}
.login-form-body h2 {
color: var(--branding-brand, #2E66B2);
font-weight: 700;
margin-top:30px;
}
.login-form-body .col-md-6 {
flex: 0 0 auto;
width: 48%;
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap:20px;
align-items:center;
justify-content:space-between;
}
::placeholder{color: var(--branding-grey, #3D3D3D) !important;
font-family: Work Sans !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 20px !important;}
.col-form-label{color: var(--branding-grey, #3D3D3D);
font-family: Work Sans;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;}
.multiselect {
height: 110px;
border: solid 1px #c0c0c0;
overflow: auto;
}
.privacy-check, .firebase-check {
display: flex;
align-items: baseline;gap: 10px;
}
.lottie-bg{
background-size:cover !important;
background:url('https://vakmangids.com/new_web/wp-content/uploads/2023/08/subtle-prism-2-1.png');
height: 530px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius:20px;
}
.lottie-bg h3{color: var(--branding-grey, #3D3D3D);
text-align: center;
font-family: Work Sans;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;width: 392px;}
.lottie-bg h3 span{color: var(--branding-brand, #2E66B2);
font-family: Work Sans;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {border:0;border-bottom: 1px solid var(--accent-brightness-b-1, #4D84D1) !important;border-radius:0px;
}
.btn-form-border{
width:200px !important;
border-radius: 100px;
border: 1px solid var(--branding-brand, #2E66B2);
background: var(--branding-white, #FFF);
color: #2E66B2;
padding: 16px 32px;
font-family: Work Sans;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 20px;
display: flex;
justify-content: center;
gap: 10px;

}
input[type=submit] {
background-color: #56657100;
border-radius: 5px 5px 5px 5px;
padding: 0;
color: #2E66B2;
border: 0;
line-height: 35px;
}
.form-control:focus {
color: #212529;
background-color: #e8f0fe;
border-color: #86b7fe00;
outline: 0;
box-shadow: none;
}
.radios_ct, .radios{gap:30px;}
.login-form-body {
width: 660px;
margin: auto;
}
#business-name {
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-company.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
.login-screen-links a {
    text-decoration: none;
    font-size: 18px;
}
#first-name, #last-name{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-user.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}

#email{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-mail.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
position: relative;
}
#phone{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-phone.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#email_code{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-otp.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#password, #password-confirm{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-password.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
position: relative;
}
#street{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-street.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#number{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-house.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#postcode{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-post.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#city{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-location-1.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#radius{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-radius.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
#website{
background-image: url(https://vakmangids.com/new_web/wp-content/uploads/2023/08/ic-company.svg);
background-repeat: no-repeat;
background-position: 96%;
padding-right: 25px;
}
.btn-form-border:hover {
background-color: #eef3fa
/*background-color: var(--branding-brand, #2E66B2);*/
/*color: white;*/
}
@media (max-width:1100px){
.login-form-body {
width: auto;
}

@media (max-width:1000px){
.login-form-body {   
padding: 0px 20px;

}

.col-md-5 {
width: 100%;
}
.col-md-7 {
width: 100%;
}
.login-form-body h2 {
margin-top: 30px;
}
.col-md-12 {
width: 100%;
}
}


@media (max-width:600px){
/*::-webkit-input-placeholder{*/
/*    font-size: 11px !important;*/
/*}*/

.login-form-body .col-md-6 {
width: 100%;
}
.form-row {
flex-direction: column;
gap: 0px;
}
.recaptcha-button-section {
margin: 10px 0px 20px 0px;
gap: 20px;
flex-direction: column;
align-items: center;
}
.login-screen-links {
gap: 70px;
align-items: center;
}
.lottie-bg lottie-player{
width:350px !important;
}
}
@media (max-width:400px){
.lottie-bg h3 {
width: 280px;
}
.login-screen-links {
gap: 50px;
align-items: center;
}
}