
@import url('../../../Css/fonts.css');

/*Addon Color*/
.blue {
    color: #3276b1;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: url(../images/bg-login.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -999;
}

#logo {
    background: url(../images/logo.png) no-repeat;
    height: 47px;
    width: 192px;
    display: block;
    background-size: contain;
}

.logo h1 {
    margin-top: 10px;
}
/*#bg-login{ 
 background:url(../images/bg-login.jpg) no-repeat; 
 background-position: center center;
min-height:531px;
 margin-top:0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

#top-header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

nav.navbar.navbar-default {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
}

/*Login Area*/
.box-login {
    width: 50%;
    z-index: 999;
    margin: 0 auto;
}
.singleWindow {
    max-width: 470px;
}

.login-frm {
    background-color: rgba(245,245,245, .8);
    /*background:#fff;*/
    padding: 4%;
    margin-top: 11%;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_with_esd {
    width: 55%;
    background: url(../images/border-login.png) no-repeat 431px 77px;
    float: left;
    position: relative;
    padding-right: 12%;
}

.login_with_sso {
    width: 43%;
    float: right;
    vertical-align: top;
}

.span_client {
    margin-top: 5%;
    display: block;
    width: 100%;
}

.h-login {
    padding: 14px;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 19px;
}

    .h-login h3 {
        font-size: 18px;
        color: #444444;
        margin: 0 auto;
    }

.login-area {
    padding: 0px 14px;
}

    .login-area .form-control {
        font-weight: 300;
        font-size: 14px;
    }

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        color: #b6b6b6;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.btn-login {
    padding: 14px 14px 0 14px;
    border-top: 1px solid #b6b6b6;
}

.btn-blue {
    background: #3276b1;
    border: 1px solid #2d72ae;
    padding: 8px 26px;
    color: #fff;
}

    .btn-blue:hover {
        background: #1e5f97;
        color: #fff;
    }




.remember-me label::before {
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
    z-index: 999;
}

.remember-me label {
    font-size: 14px;
    color: #3c4b5a;
    font-weight: 400;
    padding: 0 0 0 26px;
    margin: 0;
    position: relative;
}

.control-label > span {
    color: #ee2b33;
}

.remember-me .input-remember {
    display: none;
}

    .remember-me .input-remember:checked + label:before {
        background-image: url(../images/ok.png);
        background-repeat: no-repeat;
        background-position: 2px center;
    }


/*Modal Box forget password*/
.modal {
    background: url(../images/bg-login.jpg) no-repeat center;
    background-size: cover;
}

.model-input {
    margin: 0 auto;
    color: #000;
    padding: 15px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.modal-dialog {
    margin: 15% auto;
}



.modal-content {
    border: none;
    background-color: rgba(255, 255, 255);
}



/*-----Footer------*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
}

#copyright {
    background: #3c4b5a;
    padding: 10px 0px;
}

    #copyright p {
        margin-bottom: 0px;
        color: #cccccc;
        line-height: 25px;
    }

.icon-footer {
    margin-right: 15px;
}


/*-----start-responsive-design------*/
@media only screen and (max-width: 1680px) {
    .singleWindow {
        width: 28% !important;
    }

    .box-login {
        width: 56%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 425px 77px;
    }
}

@media only screen and (max-width: 1600px) {
    .singleWindow {
        width: 28% !important;
    }

    .box-login {
        width: 56%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 383px 77px;
    }
}

@media only screen and (max-width: 1440px) {
    .singleWindow {
        width: 28% !important;
    }

    .box-login {
        width: 56%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 367px 77px;
    }
}

@media only screen and (max-width: 1366px) {

    .box-login {
        width: 59%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 367px 77px;
    }
}

@media only screen and (max-width: 1280px) {
    .box-login {
        width: 63%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 367px 77px;
    }
}

@media only screen and (max-width: 1024px) {
    .box-login {
        width: 79%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 367px 77px;
    }

    .singleWindow {
        width: 50% !important;
    }

    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        /* Set the fixed height of the footer here */
    }
}

@media only screen and (width: 812px) {
    .footer {
        position: inherit;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        /* Set the fixed height of the footer here */
    }
}

@media only screen and (max-width: 800px) {
    .box-login {
        width: 95%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 313px 77px;
    }

    .singleWindow {
        width: 50% !important;
    }

    .navbar-header {
        display: inline-block;
    }

    .footer {
        position: inherit;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        /* Set the fixed height of the footer here */
    }
}

@media only screen and (width: 768px) {
    .footer {
        position: fixed;
        bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .box-login {
        width: 95%;
    }

    .login_with_esd {
        background: url("../../common/images/border-login.png") no-repeat 247px 41px;
    }

    .footer {
        bottom: -297px;
    }
}

@media only screen and (max-width: 480px) {

    .singleWindow {
        width: 85% !important;
    }

    .box-login {
        width: 90%;
    }

    .navbar-header {
        display: inline-block;
    }

    .login_with_esd {
        width: 100%;
        background: none;
    }

    .login_with_sso {
        width: 100%;
    }

    .footer {
        position: fixed;
        bottom: 0;
    }
}

@media (max-width:380px) {

    .footer {
        position: fixed;
        bottom: 0;
    }
}

@media only screen and (max-width: 320px) {
    .singleWindow {
        width: 85% !important;
    }

    .box-login {
        width: 85%;
    }

    .login_with_esd {
        width: 100%;
        background: none;
    }

    .login_with_sso {
        width: 100%;
    }

    .footer {
        position: inherit;
        bottom: 0;
    }
}


/*Dev Css*/
.Required {
    color: red;
    font-size: 13px;
}


/*Dev Css*/
.Required {
    color: red;
    font-size: 13px;
}
