.form-validate .form-control.error-custom{
    border-color: red !important;
}

.form-validate label.error-message-check {
    margin: 0 10px 0 0;
    color: red;
    font-size: 14px;
}
.date-list {
    position: absolute;
    z-index: 2;
    background: white;
}
.date-list label.error{
    display: none !important;
}

#birthday:focus{
    box-shadow: none !important;
}
#password-error{
    width: 200%;
}

option:disabled {
    background-color: #cccccc;
}

.modal-footer .btn {
    width: 100%;
    min-width: auto;
}
