html {
    background: url('/img/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    color: #ffffff;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

h1 {
    color: #ffffff;
    font-size: 2.9em;
}

h1.sec-pwd, #two-fa-title {
    font-size: 2em;
    line-height: 1.4;
}

h2 {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 15px;
}

.input-group-addon {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.form-control {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control:focus {
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #E5E5E5 !important;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #E5E5E5 !important;
    opacity: 1 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #E5E5E5 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E5E5E5 !important;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #E5E5E5 !important;
}

.btn-primary,
.btn-primary[disabled] {
    margin-top: 20px;
    background-color: #ffffff;
    color: #00aeef;
    border-color: #ffffff;
    box-shadow: 1px 2px 1px #31708f;
    text-shadow: none;
}

.btn-secondary {
    margin-top: 20px;
    box-shadow: 1px 2px 1px #31708f;
    text-shadow: none;
}

.btn-primary:hover {
    /*background-color: #ffffff !important;
    border-color: #00aeef !important;*/
    color: #fff !important;
    font-weight: 300;
    text-decoration: none;
}

.btn-secondary:hover {
    font-weight: 300;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background-color: #fff !important;
    color: #31708f !important;
    border-color: #ffffff !important;
}

.btn-link {
    margin: 15px 0;
}

.chosen-container {
    height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 100% !important;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent;
    color: #ffffff;
    font-weight: 300;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.chosen-container-single .chosen-single div b {
    top: 15px;
    font-size: 14px;
    color: #fff;
}

.chosen-container .chosen-results li {
    padding: 10px 16px;
    background: #fff;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.6em;
}

.lost-pwd {
    margin-top: 7%;
}

#alert-modal .modal-lg {
    max-width: 500px;
}

.modal {
    font-size: .9em;
}

.modal h3 {
    margin: 0;
    font-size: 1.6em;
    font-weight: 300;
    color: #00aeef;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-header {
    border-bottom: 1px solid #dae0e6;
}

.modal-header .close {
    margin-top: 4px;
}

.modal-header,
.modal-body {
    padding: 15px 30px;
}

.modal-footer {
    border-top: none;
    padding: 0 30px 30px;
}

.modal p,
.mb20 {
    margin-bottom: 20px;
}

.modal #alert-message p {
    margin-bottom: 10px;
}

.modal i.fa {
    color: #00aeef;
    margin-right: 5px;
}

.modal .btn-primary {
    color: #fff;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    box-shadow: none;
    margin-top: 0;
}

@media screen and (orientation: landscape) {
    body {
        overflow: visible;
    }

}

.fleeticon-login {
    height: 38px !important;
    width: 34px !important;
    padding-left: 36px !important;
    background-repeat: no-repeat;
    background-size: 38px 34px !important;
}

@media (min-width: 651px) {
    h1 {
        font-size: 4em;
        width: 600px;
    }

    h1.sec-pwd, #two-fa-title {
        font-size: 3em;
        width: 600px;
        line-height: 1.4;
    }

    h2 {
        font-size: 2em;
    }

    .lost-pwd {
        margin-top: 5%;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

.btn-max-width {
    width: max-content;
}

@media screen and (max-width: 460px) {
    button:not(.hide) + button.btn-sms,
    button:not(.hide) + button.btn-sms-process,
    button:not(.hide) + button.btn-sms-send,
    button:not(.hide) + button.btn-sms-cancel {
        display: block;
        margin-left: 0;
    }
}