body {
	font-family: "Open Sans", Arial, sans-serif;
	background: url(../images/login_bg.png) no-repeat;
	background-size: 100% 55%;
	width: 100%;
}
.container{
	width: 100%;
	height:100%;	
}

.login_bg{
	width:400px;
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.15);
}
.logo_img{
	width:23%;
	margin-top: 2px;
	margin-bottom: 90px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border:0 !important;
	border-bottom: 1px solid #ddd !important;

}
.login-form {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -240px;
}
.form-control {
	border:0;
	border-bottom: 1px solid #ddd;
}
.login-btn{
	width:100%;
	color:#fff;
	font-size: 17px;
	background-color: #000099;
	border-radius: 5px;
}

.demo--label{
	margin:0 20px 20px 0;
	display:inline-block;
	color: rgb(67,86,98);
	}
.demo--radio{
	display:none
	}
.demo--radioInput{
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:100%;
	display:inline-block;
	height:16px;
	margin-right:10px;
	margin-top:-1px;
	vertical-align:middle;
	width:16px;
	line-height:1
	}
.demo--radio:checked + .demo--radioInput:after{
	background-color:rgb(143,200,64);
	border-radius:100%;
	content:"";
	display:inline-block;
	height:10px;
	margin:2px;
	width:10px
	}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{
	border-radius:0
	}

.logout_block{
	width:100%;
	height: 60%;
}
.btn-log{
	width:200px;
	height:60px;
	background-color:rgb(67,86,98);
	color:#fff;
	font-size: 17px;
	line-height: 40px;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color:rgba(0, 0, 153, 0.9);;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color: #fff;
	background-color: rgba(0, 0, 153, 0.9);;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: rgba(0, 0, 153, 0.9);
	outline: none;
}
