
@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:59px;
    width:180px;
    display:block;
}
.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;
}

.langs {
    margin: 15px 10px;
    float: right;
}

    .langs ul li {
        vertical-align: middle;
        /*background: #fff none repeat scroll 0 0;
        border: 1px solid #ccc;*/
        margin-top: 0 !important;
        padding: 6px;
    }

.language-box {
    background: #333;
}

    .language-box li {
        margin-top: 8px;
        color: #d0d0d0;
    }

.lang-flag {
    padding: 0px 8px;
}

    .lang-flag > ul {
    }

        .lang-flag > ul > li:first-child {
            margin-left: 8px;
        }

        .lang-flag > ul > li {
            display: inline-block;
            padding: 5px 6px 3px;
            border-radius: 4px;
            background: #ddd none repeat scroll 0 0;
            border-bottom: 1px solid #b8b8b8;
            border-right: 1px solid #b8b8b8;
        }

.flag-data-toggle ul li input {
    margin-top: 6px;
}

.flag-data-toggle {
    padding: 0px 20px;
    background: #ddd;
}

    .flag-data-toggle ul {
        margin: 0;
        padding: 5px;
    }

        /*.flag-data-toggle ul li:first-child {
            border-right: 0;
        }*/

        .flag-data-toggle ul li {
            vertical-align: middle;
            border-right: 1px solid #adadad;
        }

            .flag-data-toggle ul li > span {
                line-height: 28px;
                vertical-align: top;
            }

            .flag-data-toggle ul li > a {
                color: #333;
            }

.btn-flag {
    border: 0px;
    height: 26px;
    width: 26px;
    margin-top: 0px;
}

.flag-uk {
    background: url(../images/flag-uk.png) no-repeat 0 0;
}

.flag-french {
    background: url(../images/flag-french.png) no-repeat 0 0;
}

.flag-german {
    background: url(../images/flag-german.png) no-repeat 0 0;
}

.flag-italian {
    background: url(../images/flag-italian.png) no-repeat 0 0;
}

.flag-us {
    background: url(../images/flag-us.png) no-repeat 0 0;
}

.flag-swedish {
    background: url(../images/flag-swedish.png) no-repeat 0 0;
}

.flag-finnish {
    background: url(../images/flag-finnish.png) no-repeat 0 0;
} 
.flag-spanish {
    background: url(../images/flag-spanish.png) no-repeat 0 0;
} 
.flag-danish {
    background: url(../images/flag-danish.png) no-repeat 0 0;
} 
.flag-dutch {
    background: url(../images/flag-dutch.png) no-repeat 0 0;
} 

/*Login Area*/
.box-login {
    max-width: 390px;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -190px;
    text-align: center;
}

.login-frm {
    background-color: rgba(245,245,245,0.5);
    min-height: 293px;
    width: 100%;
    text-align: left;
    border: 1px solid #b6b6b6;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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;
        background: #f5f5f5;
    }

/* 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*/
.model-input {
    max-width: 400px;
    margin: 0 auto;
    color: #fff;
}

.modal-dialog {
    width: auto;
    margin: 150px auto;
}

.modal-content {
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
}


/*-----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 ------*/
@media (min-width:1024px) {
    .box-login {
        margin: 8% auto 0;
    }
}

@media (max-width:1024px) {
    .box-login {
        margin: 8% auto 0;
    }
}

@media (max-width:768px) {
    .box-login {
        margin: 12% auto 0;
    }
}

@media (max-width:640px) {
    .box-login {
        margin: 13% auto 0;
    }

    .footer {
        bottom: -297px;
    }
}

@media (max-width:480px) {
    .box-login {
        margin: 20% auto 0;
    }

    .footer {
        bottom: -297px;
    }
}

@media (max-width:320px) {
    .box-login {
        margin: 53px auto 0;
    }
}

@media (max-width:380px) {

    .footer {
        bottom: -161px;
    }
}
/*Dev Css*/
.Required {
    color: red;
    font-size: 13px;
}


/*Dev Css*/
.Required {
    color: red;
    font-size: 13px;
}
