.btn--contact {
text-transform: capitalize;
font-size: 1em;
height: 45px !important;
}
.bi-form input {
transition:all 0.3s ease-in-out;
height: 45px;
}
.bi-form textarea {
}
.bi-form-message {
display: inline-block;
padding: 10px 20px;
}
.bi-contact-remove {
display: none;
} #parsley-id-11 {
clear: both;
}
ul.parsley-errors-list {
list-style-type: none;
margin-top: 10px;
margin-bottom: 0;
color: #ec2929;
padding-left: 0;
} .parsley-error, .parsley-error:focus {
border: 1px solid #f01;
} .btn-loading {
color: #363636;
font-size: 14px;
background-color: #333;
position: relative;
height: 45px;
display: inline-block;
}
.btn-loading:after {
animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
content: "";
display: block;
position: absolute !important;
height: 16px;
width: 16px;
left: 50%;
top: 50%;
margin-left: -8px;
margin-top: -8px;
}
@keyframes spinAround {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}