﻿html, body, .login-form {
    height: 100%;
    width: 100%;
    top: 0;
    font-size: 13px !important;
}

body {
    margin: 0;
    background: url(/images/login/login.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Tahoma;
}

.login-form {
    /*background: rgba(69, 125, 255, 0.36);*/
    height: 100%;
}
.form-login{
    position: relative;
    height: 100%;
}
#error {
    padding: 0 15px;
}
.login-div{
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}
.login-form .header {
    height: 60px;
    background: #1967B2;
    display: none;
}

    .login-form .header img {
        margin-left: 40px;
        margin-top: 15px;
    }

.login-form .footer {
    background-color: blue;
    height: 90px;
}


.capslockalert {
    color: rgb(160, 91, 13);
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 13px;
}

.mesage-login-error {
    position: absolute;
    text-align: center;
    z-index: 2000;
    margin: auto;
    top: 80px;
    left: 0;
    right: 0;
    color: red;
    line-height: 50px;
}

.mesage-login-error-show {
    display: block;
}

.mesage-login-error-hide {
    display: none;
}

#captchaWrap {
    display: none;
}

#captcha {
    text-align: right;
    position: relative;
}

    #captcha br {
        display: none;
    }

    #captcha #CaptchaImage {
        position: relative;
        width: 125px;
        float: left;
        border: 1px solid #B7B7B7;
        border-radius: 4px;
        margin-top: 20px;
    }

    #captcha #CaptchaInputText {
        float: right;
        padding: 8px 15px;
        margin-left: 5px;
        outline: 0;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 125px;
        height: 43px;
    }

    #captcha a {
        position: absolute;
        top: 0;
        color: #5b5be8;
    }

.text-left {
    text-align: left;
}

.avatar {
    width: 80px;
    border-radius: 50%;
    vertical-align: top;
    margin-bottom: 20px;
}

.otherAccount {
    line-height: 36px;
    font-size: 10px;
    color: #0057ae;
}

.usernameText {
    color: #646464;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
}

#egov-login-wrap {
    width: 310px;
    height: 350px;
    position: absolute;
    top: 140px;
    left: 65%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
}

#lblIntroduce {
    text-align: right;
    color: white;
    font-size: 14px;
    padding-right: 15px;
    margin-top: 0;
}

.login.row {
    position: relative;
}

#offcename-wrap {
    width: 60%;
    position: absolute;
    top: 175px;
    bottom: initial;
    padding-left: 40px;
    text-align: center;
    font-size: 16px;
}

    #offcename-wrap img {
        width: 700px;
    }

#egov-login {
    padding: 30px 20px;
    background: white;
    border-radius: 3px;
    height: 100%;
}

.login-logo-text {
    position: fixed;
    bottom: -30px;
    left: 50px;
}

#egov-login h3 {
    text-align: center;
    font-size: 28px;
    color: #616161;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#egov-login .b-row {
    margin-top: 0;
    margin-bottom: 30px;
    min-height: 50px;
}

.remember-me, .remember-me .form-group {
    color: #616161;
    margin-top: 15px;
}

#login {
    color: white;
    border-radius: 18px;
    background: #01C3E1 none repeat scroll 0 0;
    border: medium none;
    font-size: 15.43px;
    height: 36px;
    width: 120px;
    text-transform: none;
}

.login-processing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
}

    .login-processing.show {
        display: flex !important;
    }

    .login-processing .spinner {
        -webkit-animation: rotation 1.4s linear infinite;
        -moz-animation: rotation 1.4s linear infinite;
        -o-animation: rotation 1.4s linear infinite;
        animation: rotation 1.4s linear infinite;
    }

.text-right {
    text-align: right;
}

#password, #userName {
    height: 35px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #707070;
    margin-top: 25px;
    padding: 0 10px;
    width: 100%;
}

.field-validation-error {
    color: #ee1d1d;
    font-size: 11px;
    padding-left: 10px;
}
.g-recaptcha-outer{
    text-align: center;
    border-radius: 4px;
    background: #f9f9f9;
}
.g-recaptcha-inner{
    width: 154px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -17px;
}

@media only screen and (max-width: 480px) and (max-width: 768px) {
    #offcename-wrap {
        top: 120px;
        padding-left: 5px;
    }

        #offcename-wrap img {
            width: 395px;
        }

    #egov-login-wrap {
        width: 385px;
        top: 240px;
        left: 3%;
    }
}

@media only screen and (max-device-width: 375px){
    #offcename-wrap img {
        width: 360px;
    }

    #egov-login-wrap {
        width: 350px;
    }
}