﻿.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

.form-control[disabled] {
    cursor: not-allowed;
}

.btn[disabled] {
    cursor: not-allowed !important;
    pointer-events: all;
    box-shadow: none !important;
    opacity: 0.65 !important;
    background: #034ea2;
    color: #fff !important;
}

    .btn[disabled]:hover {
        background: #1a3785;
        color: #fff;
    }
.registerButton {
    display: inherit !important;
}
.modal-footer {
    display: flex;
    justify-content: flex-start;
}

