.content-wrapper label { margin-top: 0 !important; }
.form-gray-card {
        padding: 30px 10px;
/*         background-color: #E6E3E3;
*/        border-radius: 15px;
    }
.form-gray-card input.form-control {
    background-color: #ffffff !important;
}
.form-gray-card select {
    border-radius: 0.625rem !important;
}
/* .float-form-row { margin:20px; } */

.dob-custom input {
    padding-bottom: 0;
    padding-left: 12px;
    padding-top: 14px;
    margin-bottom: 20px;
}

.dob-custom label {
    position: absolute;
    z-index: 99;
    left: 0;
    top: -12px;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.5625rem;
    color: #000000;
    opacity: .65;
    font-size: 13px;
}