/***********************************************************
"Project          	: 	RR"
"Created By      	: 	Kalpana"
"Created On         :   1st April 2019"
***********************************************************/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../Images/Theme/theme1/Login/body-img.png) no-repeat 60% center;
    background-size: contain;
    font-size: 11px;
    line-height: 13px;
}

header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    background-color: #ffffff !important;
}

article {
    background-color: #ffffff !important;
}

footer {
    background-position: left top;
    padding-left: 2%;
    padding-right: 2%;
    color: #000;
    text-align: center;
    font-size: small;
}

.login-header {
    background-image: url(../Images/Theme/theme1/Login/logo-login.png), url(../Images/Theme/theme1/Login/logo-login-right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-color: white;
    background-size: contain;
    height: 80px;
    width: auto;
}

.Headerline {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../Images/Theme/theme1/Login/headerline.png) no-repeat 60% center;
    background-size: contain;
    font-size: 11px;
    line-height: 1px;
}

.footerline {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../Images/Theme/theme1/Login/footerline.png) no-repeat 60% center;
    background-size: contain;
    font-size: 11px;
    line-height: 1px;
}

.logincont_left {
    height: 445px;
    background-image: url(../Images/Theme/theme1/Login/logincont_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.login-area {
    vertical-align: middle;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.login-msg {
    padding-right: 8%;
}

.error {
    font-size: 11px;
    font-weight: normal;
    /* color: #fcff03;*/
    color: #ff0000;
    text-decoration: none;
    height: 15px;
    line-height: 12px !important;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.forgotlink {
    padding-bottom: 10px;
}

    .forgotlink a:link, .forgotlink a:visited, .forgotlink a:active {
        font-size: 12px;
        font-weight: normal;
        /*color: #fff;*/
        color: #000000;
        text-decoration: underline;
    }

    .forgotlink a:hover {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

.form-group {
    margin-bottom: 25px !important;
}

.form-control {
    padding-left: 40px !important;
}

.btn-login {
    color: #ffffff;
    background-color: #ed3237;
    border-color: #ed3237;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

    .btn-login:focus {
        color: #ffffff !important;
        background-color: #ed3237;
        border-color: #ed3237;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

    .btn-login:hover {
        color: #ffffff !important;
        background-color: #bf630a;
        border-color: #bf630a;
    }

    .btn-login:active {
        color: #ffffff !important;
        background-color: #bf630a;
        border-color: #bf630a;
    }

        .btn-login:active:focus, .btn-login:active:hover {
            color: #ffffff !important;
            background-color: #bf630a;
            border-color: #bf630a;
        }

.linkbutton a {
    color: #000;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration-line: underline;
}

    .linkbutton a:hover {
        color: #bf630a;
        font-size: 13px;
        cursor: pointer;
        font-weight: bold;
        padding: 2px 5px;
    }

.login-box .box {
    border-radius: 6px;
    padding-top: 20px;
    margin-right: 20%;
}

.powerdby { /*margin-top: 10%;*/
}

.copyright {
    background: url('../Images/Theme/theme1/Login/login-head-zed.png') no-repeat center bottom;
    background-size: contain;
    height: 187px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-right: -5px !important;
}

@media only screen and (min-width: 250px) and (max-width: 480px) {
    .login-box .box {
        margin-left: 0;
        margin-right: 0;
    }

    .img2 {
        visibility: hidden;
        display: none !important;
    }

    .login-left {
        display: none !important;
    }

    .login-right {
        width: 100%;
        margin-top: 5%;
    }

    .login-header {
        background-image: url(../Images/Theme/theme1/Login/logo-login.png);
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        background-color: white;
        background-size: contain;
        height: 80px;
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .login-box .box {
        margin-left: 0;
        margin-right: 0;
    }

    .img2 {
        visibility: hidden;
        display: none !important;
    }

    .login-left {
        display: none !important;
    }

    .login-right {
        width: 100%;
        margin-top: 5%;
    }

    .copyright {
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .login-header {
        background-image: url(../Images/Theme/theme1/Login/logo-login.png);
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        background-color: white;
        background-size: contain;
        height: 80px;
        width: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .login-box .box {
        margin-left: 5%;
        margin-right: 0;
    }

    .img2 {
        visibility: hidden;
        display: none !important;
    }

    .login-left {
        display: none !important;
    }

    .login-right {
        width: 100%;
        float: right;
        margin-top: 10%;
    }

    .copyright {
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .login-header {
        background-image: url(../Images/Theme/theme1/Login/logo-login.png);
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        background-color: white;
        background-size: contain;
        height: 80px;
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .login-box .box {
        margin-left: 15%;
        margin-right: 15%;
    }

    .login-left {
        width: 50%;
        float: left;
    }

    .login-right {
        width: 50%;
        float: right;
    }

    .logincont_left {
        height: 380px;
    }

    .copyright {
        height: 127px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .login-box .box {
        margin-left: 15%;
        margin-right: 5%;
    }

    .login-left {
        width: 50%;
        float: left;
    }

    .login-right {
        margin-top: 2%;
        width: 50%;
        float: right;
    }

    .logincont_left {
        height: 380px;
    }

    .copyright {
        height: 127px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1580px) {
    .login-box .box {
        margin-left: 15%;
        margin-right: 15%;
    }

    .login-left {
        width: 50%;
        float: left;
    }

    .login-right {
        margin-top: 1%;
        width: 50%;
        float: right;
    }

    .logincont_left {
        height: 464px;
    }

    .copyright {
        height: 190px;
    }
}

@media(min-width:1580px) {

    .login-box .box {
        margin-left: 20%;
        margin-right: 20%;
    }

    .login-left {
        width: 50%;
        float: left;
    }

    .login-right {
        margin-top: 2%;
        width: 50%;
        float: right;
    }

    .logincont_left {
        height: 448px;
    }

    .copyright {
        margin-top: 2%;
        /*height: 230px;*/
    }
}

.user-icon {
    background: url(../Images/Theme/theme1/Login/user.png) no-repeat 10px center;
    margin-right: 10px;
}

.password-icon {
    background: url(../Images/Theme/theme1/Login/password.png) no-repeat 10px center;
    margin-right: 10px;
}

.col-xs-1, .col-xs-11, .col-sm-1, .col-sm-11, .col-md-1, .col-md-11, .col-lg-1, .col-lg-11 {
    padding-right: 0 !important;
    padding-left: 15px;
}

.contact {
    background-image: url(../Images/Theme/theme1/Login/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 40px;
    line-height: 40px;
}
