html, .new_login {
    height: 100%;
}
.new_login {
	color: #55595c;
	background: #f7f7f7;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.42857143;
	padding-top: 0;
}
.new_login .container {
	margin-left: auto;
	margin-right: auto;
}
.page-login {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
	height: 100%;
	min-height: 768px;
	background-image: url(../img/page_login-background-accountants.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.page-login 
.page-login-vertical {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	transform: translateY(-50%);
}
.page-login-box {
	font-family: 'Raleway', sans-serif;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	background-color: #b3b3b2;
	background-color: rgba(179,179,178,.4);
	padding: 22px 37px 14px;
}
.page-login-box h1 {
	margin-top: 0;
	margin-bottom: 22px;
}
.brand-sub h1 {
	margin-bottom: 12px;
}
.brand-sub p {
	color: #1c75bb;
	font-size: 18px;
	line-height: 26px;
}
.page-login h1 img {
	width: 188px;
	height: auto;
}
.page-login-panel {
	color: #b7b7b7;
	background-color: #fff;
	padding: 25px 62px 20px;
	margin-bottom: 8px;
}
.page-login-panel label {
	color: inherit;
	font-weight: normal;
}
.page-login-panel input:-webkit-autofill,
.page-login-panel input:-webkit-autofill:hover, 
.page-login-panel input:-webkit-autofill:focus {
  -webkit-text-fill-color: #474a4c;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.page-login-panel a {
	color: #2377b8;	
}
.page-login-panel a:hover {
	color: #4991c9;	
	text-decoration: none;
}
.page-login-panel form {
	padding-top: 25px;
}
.page-login-panel,
.page-login-panel .form-control,
.page-login-panel .btn {
	font-size: 16px;
}
.page-login-panel .form-group {
	margin-bottom: 12px;
}
.page-login-panel .form-control {
	padding-left: 46px;
	height: 48px;
}
.page-login-icon {
	position: absolute;
	left: 23px;
	top: 50%;
	margin-top: -15px;
}
.page-login-actions {
	padding-top: 13px;
}
.page-login .btn-default,
.page-login .btn-default:focus {
	outline: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	background-color: #1c75bb;
	font-size: 24px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-login .btn-default:hover {
	background-color: #4991c9;
}
.page-login .btn-default img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.page-login-actions .checkbox {
	padding-top: 0;
}
.page-login-actions input[type=checkbox] {
	margin-top: 5px;
	margin-top: 7px\9;
}
.page-login-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-login-banner a {
	color: #f39200;	
}
.page-login-banner a:hover {
	color: #f9a342;	
}
.login_banners img {
	width: 100%;
	height: auto;
}
form-control, output {
    font-size: 13px;
}
.form-control,
.form-control:hover,
.selectize-input,
.selectize-input:hover,
.selectize-input:focus,
.selectize-input.focus,
.selectize-input.focus:hover,
.selectize-input.focus:focus,
.wysiwyg-show .wysiwyg-textarea.form-control {
	color: #6b6b6b;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	filter: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: border-color ease-in-out .2s;
			transition: border-color ease-in-out .2s;
}
.form-control:focus,
.selectize-input:focus,
.selectize-input.focus,
.selectize-input.focus:hover,
.selectize-input.focus:focus {
	color: #474a4c;
	border-color: #7fb5d4;
	outline: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.remember_holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 32px;
	margin-right: 6px;
	margin-top: 2px;
}
/* Alerts */
.alert {
	position: relative;
	padding: 12px 14px;
	margin-top: 15px;
	margin-bottom: 10px;
    border: 0;
	border-left: 40px solid transparent;
    border-radius: 0;
}
.alert-dismissible {
	padding-right: 35px;
}
.alert:after {
	display: block;
    position: absolute;
    left: -32px;
    top: 50%;
	margin-top: -12px;
    font-family: 'Glyphicons Halflings';
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    color: #fff;
}
.alert-inline {
	display: inline-block;
	position: relative;
	line-height: 1.42857143;
	padding: 6px 10px;
	margin-top: 0;
	margin-bottom: 0;
	border-left: 28px solid transparent;
}
.alert-inline:after {
    left: -24px;
	margin-top: -8px;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    width: 16px;
}
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
	background-color: #f5f5f5;
	color: #8d8d8d;
}
.alert-success {
    border-color: #3db866;
	color: #3db866;
}
.alert-success:after {
    content: '\e013';
}
.alert-info {
    border-color: #5d97b9;
	color: #5d97b9;
}
.alert-info:after {
    content: '\e086';
}
.alert-info_alt {
    border-color: #d7dadb;
	color: #8e9599;
}
.alert-warning {
    border-color: #f2a93c;
	color: #f2a93c;
}
.alert-warning:after {
    content: '\e209';
}
.alert-danger {
    border-color: #ff9984;
	color: #ff9984;
}
.alert-danger:after {
    content: '\e101';
}
.alert-dismissible .close {
	color: #333;
}
.alert-sm {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
    padding: 6px 8px;
	border-left-width: 26px;
}
.alert-sm:after {
    left: -22px;
    margin-top: -8px;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    width: 16px;
}
.alert-fixed {
	position: fixed;
	z-index: 50;
	top: 69px;
	left: 15px;
	right: 15px;
	margin: 0;
}
/* reminiscences of an old empire */
#remember{
	display: block;
	padding-left: 20px;
	color: #a3a3a3;
}
.pass_check {
    display: none;
    position: absolute;
    width: 160px;
}
.pass_check span {
    border: 1px solid #C2C2C2;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 7px;
    margin-right: 10px;
    width: 40px;
}
.remember_switch .blue,.remember_switch .grey,.remember_switch .ball{
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:16px;
	z-index:5;
	background:url('../img/remember_blue.png') no-repeat left top;
}
.remember_switch .grey{
	z-index:6;
	background:url('../img/remember_grey.png') no-repeat left top;
}
.remember_switch .ball{
	left:18px;
	top:2px;
	width:12px;
	height:12px;
	z-index:7;
	background:url('../img/remember_ball.png') no-repeat left top;
}
/*new error msg*/
.error_new {
	display: block;
	position: absolute;
	top: 60px;
	text-align: center;
	background: #ff0000;
	margin: 0px auto;
	opacity: .8;
	color: #fff;
	width: 344px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -27px;
}
.error_new span {
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 20px;
}
.error_new.hide_error a i {
	font-size: 22px;
	top: 10px;
	position: absolute;
	right: 20px;
	color: #fff;
}
.hide_error {display: none;}
/* New Page Login */