html, body {
	height: 100%;
}
body {
	font-family: 'Montserrat','Roboto', Arial, sans-serif;
	font-size: 13px;
	background:#007bc5 url(../images/latest-login-bg.png) no-repeat 0px 0px;
	background-size: cover;
	padding: 0;
	margin: 0;
	display:flex;
	align-items:center;
}

.alert-danger, .alert-error {
	border-color: #d73925;
	background-color: #d73925 !important;
	color: #fff;
}
.alert {
padding:.7rem;
}
.alert .close {
	color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	font-weight: 300;
	font-size: 32px;
	padding: 0;
	right: 0.2rem;
}

.login_outer {
	max-width:33%;
	margin: 0px auto 0 auto;
	position: relative;
	z-index: 999;
	padding:0;
	border-radius:15px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.55);
	box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.55);
}

.login_header{
	padding:0; margin:0; position:relative; background:#003C83; border-radius:15px 15px 0 0;
}
.login_header .rounded-right{border-top-right-radius:15px !important;}
.logo{ width: 50%;}
.login_body{
	padding:30px; margin:0; position:relative; background:#fff;
}
.login_body h2{
	padding:0px; margin:0; position:relative; font-size:24px; color:#007bc5; text-align: center;
}
.login_footer{
	text-align:center; color:#000000; font-size:11px; padding:15px; margin:0; position:relative; background:#f6f6f6; border-radius:0 0 15px 15px;
	-webkit-box-shadow: inset 0px 22px 20px -30px rgba(117,117,117,1);
	-moz-box-shadow: inset 0px 22px 20px -30px rgba(117,117,117,1);
	box-shadow: inset 0px 22px 20px -30px rgba(117,117,117,1);
}
.login_footer a{color:#000000; font-size:12px;}
.login_footer a:hover{color:#ed1c24; text-decoration:none;}
.login_footer span{padding: 0 5px;}
.error-star {
    color: #f00;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index:99;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: -47px 2px 30px -26px rgba(82,81,82,1);
	-moz-box-shadow: -47px 2px 30px -26px rgba(82,81,82,1);
	box-shadow: -47px 2px 30px -26px rgba(82,81,82,1);
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 38px;
	margin-top: -36px;
	
}

.login_body p{color:#231f20; font-size:14px; line-height:20px; font-weight:300; text-align:center; width:100%;}

.form-login {
	width: 100%;
	padding:0;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-login .checkbox {
	font-weight: 400;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}
.form-login .checkbox a {
	font-weight: 400;
	font-size:12px;
	color:#7ac143;
	text-decoration:underline;
}
.form-login .checkbox a:hover{ color:#000; text-decoration:underline;}
.form-login .input-group{
	-webkit-box-shadow: inset 0px 0px 23px -18px rgba(82,81,82,1);
-moz-box-shadow: inset 0px 0px 23px -18px rgba(82,81,82,1);
box-shadow: inset 0px 0px 23px -18px rgba(82,81,82,1);
	border-radius: 4px;
}
.form-login .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	font-size: 14px;
	font-weight:500;
	height:44px;
	padding: 10px 15px;
	/*margin: 0 0 20px 0;*/
	background:transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ededed;
	border-left: 1px solid #ededed;
	
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s, box-shadow 0.2s linear 0s;
}
.form-login .form-control:focus {
	z-index: 2;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #000;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: none;
	-moz-box-shadow: none);
	box-shadow: none;
}


select {
  background:transparent;
  padding: 6px 20px 6px 8px !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  
	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size:20px;
  	position: absolute;
  	top:7px;
  	right:15px;
  	color: #434B67;
  	pointer-events: none;
	z-index:999;
}

select::-ms-expand {
  display: none;
}

select option {
  padding: 6px;
}

select option {
  padding: 6px;
}

.input-group-text{border: 1px solid #ededed; background-color:transparent; font-size: 20px; color:#000;}

.radio label, .checkbox label{ cursor:pointer;}

.submit_btn {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	padding: .375rem .75rem;
	text-align: center;
	background-color: #007bc5;
	border: #007bc5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	width:100%;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.submit_btn i {
	font-size: 22px;
	margin: 0 0 0 10px;
}
.submit_btn:hover {
	color: #fff !important;
	background-color: #000;
	border: #000 1px solid;
	text-decoration: none;
}

.sign-up-text{ font-size:13px; font-weight:500; text-transform:uppercase; text-align:center; width:100%;}
.sign-up-text a{ color:#ed1c24;}

.custom-control-label::before{top:0.05rem;}
.custom-control-label::after{top: 0.02rem;}

/*custom-checkbox*/
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.custom-control-label {
    cursor: pointer;
}
.custom-control-label::before {
  background-color: #fff;
  border:1px solid #dee2e6;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border:1px solid #007bff;
}

/*custom-checkbox*/
input{font-family: 'Montserrat','Roboto', Arial, sans-serif !important; font-weight:500; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #9acc6e;
  -webkit-text-fill-color: #000;
   -webkit-box-shadow: 0 0 0px 1000px #e5ffd1 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #fff;
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
     border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.help_info{font-size:13px; font-weight:400; color:#fff; padding:15px; text-align:right;}
.white-border-btn{ font-size:13px; border:#fff 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:none; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; font-weight:400;}
.white-border-btn:hover{ border:#ed1c24 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#ed1c24; text-decoration:none;}

/*[ Responsive ]*/

@media (max-width: 768px) {
  .login_outer {max-width:90%;}
  .logo{width:50%;} 
  .arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 40px;
	margin-top: -40px;
	
	}
}
.scheduled-maintenance {
    text-align: center;
    width: auto;
    margin: 10px auto 0;
    color: red;
    font-weight: normal;
    font-size: 12px;
    padding: 10px 25px;
}