.login-content .login-from .login-cancel {
    font-family: 'DMSans';
    background: #C6C6C6;
    color: #383838;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 10px !important;
}

.login-content .login-from .login-cancel:hover {
    background: #a18f8f;
    color: #fff !important;
}
.modal-backdrop {
    position: relative;
    bottom: 0;
    z-index: 0;
}
.clone-modal-header {
    background-color: #4B77BE;
    color: #ffffff;
}

.modal-body {
    padding: 0;
}

.personal-info span.select2-selection.select2-selection--single {
    border-radius: 5px !important;
}
.registration-content .select2-container--bootstrap .select2-selection--single {
    font-family: 'DMSans' !important;
    width: 100% !important;
    height: 40px;
    background: #e9fcff !important;
    border-radius: 8px !important;
    margin-bottom: 18px;
    padding-top: 8px;
    padding-left: 20px;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}
