﻿@charset "utf-8";
/* CSS Document */
/*body {
    background: #f1f1f1;
     height: calc(100% - 60px); 
    padding: 30px;
}*/
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;
}


#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;
}
.logo h1 {
    margin-top:10px;
}
#logo {
    background: url(../images/logo.png) no-repeat;
    height: 47px;
    width: 192px;
    display: block;
    background-size: contain;
}


/*Login Area*/
.box-login{
	max-width:390px;
	z-index:1;
	margin:0 auto;
	width:100%;

}
.box-login {
    margin-top: 5%;
    margin-bottom: 60px;
}

.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;
}


.h-login{	
padding:14px;
border-bottom:1px solid #b6b6b6;
margin-bottom:19px;
}
.h-login h3{
	font-size:18px;
	color:#444444;
	margin:0 auto;

}

/* 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;
}



/*Dropdown list*/
.dropup, .dropdown {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    font-size: 14px;
    color: #333;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 3px 3px;
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .08), inset 0 0 0 0.6px #d2d2d2;
    padding: 0.75px;
}
.dropdown-menu.radio .dropdown-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.dropdown-item {
    clear: both;
    display: block;
    width: 100%;
    vertical-align: top;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    border: 0.75px solid transparent;
    max-width: 100%;
    padding: 0 10px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu.radio .dropdown-item { 
	position:relative;
	overflow:hidden; 
	cursor:pointer; }

.dropdown-menu.radio input { 
	visibility: hidden; 
	position:absolute; left: -30px; }

.dropdown-menu.radio i { 
	font-weight:normal; font-style:normal; 
	display:block; }

.dropdown-item.active {
  background-color:#555; color:#fff;
}

.btn.dropdown-toggle:not(.dropdown-toggle-inline) {
    padding-right: 20px;
}
.dropdown .btn {
    width: 100%;
}
.btn.dropdown-toggle {
    text-align: left;
}

.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: left;
}
.btn-default, .btn-light, .btn-outline {
    background-color: #fff;
    color: #999999;
    border: 1px solid #ccc;
    box-shadow: none;
}
.btn-default:hover, .btn-light:hover, .btn-outline:hover{color: #999999;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #262626;
    text-decoration: none;
    background-color: #c8e2ec;
}
.dropdown-toggle:after {
    content: "\e252";
    font-family: 'Glyphicons Halflings' !important;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: inherit;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    position: absolute;
    right: 11px;
	color: #b6b6b6;
}
.open .dropdown-toggle:after, .in .dropdown-toggle:after {
    content: "\e253";
}
.dropdown-toggle ins {
    padding-right: 5px;
	text-decoration: none;
}

button,
button:focus,
button:active{
	outline:none !important;
	box-shadow:none !important;
}
.modal {
    background: url(../images/bg-login.jpg) no-repeat center;
    background-size: cover;
}
.modal-dialog {
    margin: 15% auto;
}
/*-----start-responsive-design------*/
@media only screen and (max-width: 1680px) {
    .box-login {
        width: 56%;
    }
	footer {
    bottom: 0;
}

}

@media only screen and (max-width: 1600px) {
    .box-login {
        width: 56%;
    }
	footer {
    bottom: 0;
}
}

@media only screen and (max-width: 1440px) {
    .box-login {
        width: 56%;
    }
	footer {
    bottom: 0;
}
}

@media only screen and (max-width: 1366px) {
    .box-login {
        width: 59%;
    }
	footer {
    bottom: 0;
}

}

@media only screen and (max-width: 1280px) {
    .box-login {
        width: 63%;
    }
	footer {
    bottom: 0;
}
}

@media only screen and (max-width: 1024px) {
    .box-login {
        width: 79%;
    }
	footer {
    bottom: 0;
}
}

@media only screen and (max-width: 800px) {
    .box-login {
        width: 95%;
    }
footer {

 bottom: -211px;

}

}

@media only screen and (max-width: 640px) {
    .box-login {
        width: 95%;
    }


}

@media only screen and (max-width: 480px) {
    .box-login {
        width: 90%;
    }


}

@media (max-width:380px) {

}

@media only screen and (max-width: 320px) {
    .box-login {
        width: 90%;
    }

}
@media only screen and (min-width: 1000px) {
    footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }
}


/*Footer Style*/

footer {
    position: absolute;
    width: 100%;
}

#copyright {
    background: #3c4b5a;
    padding: 10px 0px;
}
#copyright p {
    margin-bottom: 0px;
    color: #cccccc;
    line-height: 25px;
}