
.login-btn,
#LogonForm .btn.btn-default {
    background-color: #8e0210;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.login-btn:hover,
.login-btn:active,
.login-btn:focus,
#LogonForm .btn.btn-default:hover,
#LogonForm .btn.btn-default:active,
#LogonForm .btn.btn-default:focus {
        background-color: #a00105 !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        color: #e6e7e8 !important;
    }

#btnDemo.btn {
    margin-left: 4px;
    background-color: #404d62;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    #btnDemo.btn:hover,
    #btnDemo.btn:active,
    #btnDemo.btn:focus {
        background-color: #1d2737 !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        color: #fff !important;
    }

.webami-loginbox .modal-body {
    font-size: 13px;
}

.login-form label{
    text-align: left !important;
}

.login-notice {
    margin-bottom: 10px;
    padding: 5px;
    font-style: italic;
    font-weight: bold;
    background-color: #BDD4E8;
}

.control-label.aec-whats-this {
    padding-left: 0;
    padding-right: 0px;
    width: 101px;
}

input.consumer-mode {
    position: relative;
    top: 5px;
}

#WhatsThis, #UserWhatsThis {
    display: inline-block;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}


@media (min-width: 520px) and (max-width: 7680px) {
    .login-box .modal-dialog {
        width: 400px;
    }
}


.btn-link:focus {
    outline: none !important;
}

.inactive-start {
    display: none;
}