
/*---------------------------------------
Contact section              
-----------------------------------------*/

#contact .col-md-4 {
padding-left: 0px;
}

#contact .col-md-12 {
padding-left: 0;
}

#contact form {
padding-top: 32px;
}

#contact .form-control {
border: 2px solid #f0f0f0;
box-shadow: none;
margin-top: 10px;
margin-bottom: 10px;
transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
border-color: #555;
}

#contact button {
height: 50px;
}

#contact button[type="submit"] {
background: #06F;
/* background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); */
border-radius: 980px;
border: none;
color: #ffffff;
font-weight: bold;
transition: all 0.2s ease-in-out;

width: fit-content;
padding: 0 3rem;
}

#contact button[type="submit"]:hover {
    background: #3082fd;
    border-color: rgba(0, 102, 255, 0.534) 0px 0px 36px 0px;
}
