﻿form label {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

input, select, textarea {
    background: #fff !important;
    margin: 0.8rem 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: .3rem !important;
    border: 1px solid #dadada !important;
}

input {
    height: calc(3rem - 3px) !important;
    width: calc(100% - 2rem) !important;
}

select {
    height: calc(3rem - 1px) !important;
    width: 100% !important;
}


.form-content label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #757575;
}
