html, body {
	height: 100%;
}
body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e3e3e3;
	font-family: 'Montserrat','Roboto', Arial, sans-serif;
	font-size: 13px;
	color: #221f20;
    background: url("../images/login-bg.jpg") top center no-repeat;
	background-size: cover;
}
.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;
}


/*[ Form ]*/


.login_logo{ margin:0 0 30px 0; padding:0;}

.project_name{ padding:0; font-size:30px; font-weight:400; color:#000; text-align:left; width:100%; line-height:36px;}
.project_name h3{ padding:0; margin:0; font-size:26px; font-weight:400; color:#000; display:block; line-height:26px;}
.project_name h3 span{ color:#fff; text-transform:capitalize;}
.project_name p{ padding:0; margin:0; color:#000; font-size:12px; line-height:20px;}

.form-login {
	width: 100%;
      max-width: 430px;
      padding:30px 30px;
      margin: auto;
      background:#FD9603;
      border-radius:30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    
    
}
.form-login .checkbox, .form-login .checkbox a {
	font-weight: 400;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}
.form-login .checkbox a:hover{ color:#000000; text-decoration:underline;}
.form-login .input-group label{ position:absolute; left:50px; top:5px; z-index:99; color:#8b8b8b; font-size:11px;}
.form-login .form-control::placeholder {color: #000;}
.form-login .form-control {
	position: relative;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
	height:55px;
	color:#000;
	padding: 20px 15px 5px 10px;
	/*margin: 0 0 20px 0;*/
	background:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	box-shadow: none;
	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.2);
	background-color: #fff;
	color: #000;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: none;
	-moz-box-shadow: none);
	box-shadow: none;
}
.form-login .input-group-prepend {width:40px;}
.form-login .input-group{ border:1px solid #d3d3d3; border-left:2px solid #d3d3d3;}
.box-shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
}
.form-login .input-group-text{border:none; background:none; font-size:20px; color:#000;}


.form-login .UserField:focus-within {
 border-left:2px solid #000000;
  color: black;
  z-index:9;
}
.form-login .PasswordField:focus-within {
  border-left:2px solid #000000;
  color: black;
}
.radio label, .checkbox label{ cursor:pointer;}
.submit_btn {
	color: #fff !important;
	font-weight:500;
	font-size:15px;
	font-style: normal;
	cursor: pointer;
	padding:8px 25px;
	text-transform: uppercase;
	background-color: #000000;
	border: #000000 1px solid;
	text-decoration: none !important;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.submit_btn:hover {
	color: #fff !important;
	background-color:#000;
	border:#000 1px solid;
	text-decoration: none;
}
.white_btn {
	color: #d3d3d3;
	font-weight:500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	padding:7px 16px;
	text-transform: uppercase;
	background-color: #fff;
	border: #d3d3d3 1px solid;
	text-decoration: none;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.white_btn:hover {
	color: #fff !important;
	background-color: #005e8f;
	border: #005e8f 1px solid;
	text-decoration: none;
}

.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 #bfbebe;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border:1px solid #007bff;
}

/*custom-checkbox*/

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 green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}


/*btn_css*/
.btn_box{ margin:15px 0; padding:15px 0 0 0; position:relative; border-top:1px solid #e5e5e5; width: 100%;}
.btn_box a{ color:#be5827; text-decoration:underline;}

.btn-gray {
	color: #fff !important;
	font-weight:500;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	padding:7px 16px;
	text-transform: uppercase;
	background-color: #cbcbcb;
	border: #cbcbcb 1px solid;
	text-decoration: none !important;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.btn-gray:hover {
	color: #fff !important;
	background-color: #000;
	border: #000 1px solid;
	text-decoration: none;
}

label sup {
    font-size: 15px;
    top: -.1em;
    color: #be5827;
}

/*Sign_Up_End*/

/*[ Responsive ]*/

@media (max-width: 576px) {
    
}
.serviceLink{font-size:14px; font-weight:600; color: #fff; padding:0 0 4px 0; border-bottom: 3px solid #fff; margin:0 0 0 10px; text-transform: uppercase;}
.serviceLink:hover{color:#fff; border-bottom:3px solid #fff; text-decoration: none;}

