body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-color: #f2f4f8 !important;
    background-image: url(../../../../assets/main/bg3.jpg);
    background-size: 100%;
    background-position: center;
}

* {
    outline: none;
}

.clear {
    clear: both;
}


/* login css */

.login-wrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-color: rgba(16, 82, 134, 0.75);
    padding-top: 75px;
    position: relative;
}

.login-bg {
    background-image: url(../../../../assets/main/bg3.jpg);
    background-size: cover;
    background-position: center;
}

.login-logo img {
    max-width: 250px;
}

.login-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 380px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -182px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px #185984;
}

    .login-box a:hover,
    .login-box label:hover {
        color: #68ceff;
    }

    .login-box .form-elem-wrap {
        padding: 5px 0px;
        clear: both;
    }

    .login-box .btn {
        border-radius: 0px;
    }

    .login-box .form-control {
        border-radius: 0px;
        width: 88%;
        width: calc(100% - 37px);
        background-color: transparent;
        color: #000;
        border-color: transparent;
        border-bottom: 1px solid #b3b3b3;
        padding: 6px;
    }

input#userid {
}

#reset-password .txt-icon {
    display: inline-block;
    width: 36px;
    height: 33px;
    border-radius: 0px;
    float: left;
    margin-right: 1px;
    font-size: 20px;
    text-align: center;
    color: #105286;
    padding-top: 6px;
}

#reset-password .txt-icon.inactive {
    color: #dcdcdc;
}

#reset-password .txt-icon.active {
    color: #2b9703;
}

#reset-password .form-control {
    border-radius: 0px;
    width: 88%;
    width: calc(100% - 37px);
    background-color: transparent;
    color: #000;
    border-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    padding: 6px;
}

#reset-password label:hover {
    color: #68ceff;
}

#reset-password .form-elem-wrap {
    padding: 5px 0px;
    clear: both;
}

.login-box .txt-icon {
    display: inline-block;
    width: 36px;
    height: 33px;
    /* background-color: #fff; */
    border-radius: 0px;
    float: left;
    margin-right: 1px;
    font-size: 20px;
    text-align: center;
    color: #105286;
    padding-top: 6px;
}

    .login-box .txt-icon.inactive {
        color: #dcdcdc;
    }

    .login-box .txt-icon.active {
        color: #2b9703;
    }

.form-elem-wrap.checkbox {
    margin-bottom: 0px;
}

h6 {
    font-weight: 700;
    padding: 5px 15px;
}

.login-box h3 {
    font-size: 17px;
    font-weight: 700;
}

.login-box p {
    font-size: 13px;
    padding: 8px 0px 15px 0px;
    line-height: 13px;
}

.btn-blue {
    background-color: #19aaf0;
    color: #fff;
    font-weight: 700;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #105286;
    }


.login-footer {
    text-align: center;
    width: 100%;
}

    .login-footer a {
        color: #19aaf0;
    }

    .login-footer .footer-bottom {
        padding-top: 20px;
        color: #002134;
        font-size: 10px;
    }

        .login-footer .footer-bottom span {
            display: block;
            line-height: 15px;
            font-size: 12px;
            padding-bottom: 10px;
        }

@media (max-width: 1366px) {
    .login-box {
        padding: 30px 25px;
        max-width: 364px !important;
        width: 92% !important;
        position: static !important;
        margin-left: auto !important;
        margin-top: 30px !important;
    }

    .login-wrap {
        padding-top: 75px !important;
    }

    .icon-s-wrap,
    .cont-s-wrap {
        display: inline-block;
        float: none;
    }

    .cont-s-wrap {
        margin: 40px 0px 30px 10px;
    }
}

@media (max-width: 480px) {
    .login-box .form-control {
        width: 85%;
    }
}

/** INPUT & BUTTONS **/

.form-control {
    color: #212121;
}

.btn-custom {
    color: #fff;
    background-color: #105286;
    font-weight: 700;
}

    .btn-custom:hover,
    .btn-custom:focus {
        color: #fff;
        background-color: #19aaf0;
    }

.btn-custom-gray {
    color: #fff;
    background-color: #6c757d;
    font-weight: 700;
}

    .btn-custom-gray:hover,
    .btn-custom-gray:focus {
        color: #fff;
        background-color: #5a6268;
    }

/** FOOTER */

#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

    #footer p {
        margin-bottom: 0;
    }

    #footer a {
        color: inherit;
    }




/** FORM **/

#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}

#login .form-img {
    width: 60%;
    margin: 0 auto;
}

#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

#reset-password, #login .form-group {
    margin-bottom: 25px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    float: right;
}

    #login .checkbox.show:before {
        content: '\e013';
        color: #105286;
        font-size: 17px;
        margin: 0.5px 4.5px 0 0;
        right: 0;
        position: absolute;
        pointer-events: none;
        font-family: 'Glyphicons Halflings';
    }

    #login .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #b3b3b3;
        vertical-align: middle;
        display: inline-block;
    }

    #login .checkbox .label {
        color: #6d6d6d;
        font-size: 13px;
        font-weight: normal;
    }

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .btn.btn-custom-gray {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
    color: #105286;
}

#get-email, #details {
    transition: opacity 0.5s, height 0.5s;
    overflow: hidden;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.visible {
    opacity: 1;
    visibility: visible;
    height: auto;
}

