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: #f5f5f5;
	font-family: 'Rajdhani','Open Sans', Arial, sans-serif;
	font-size: 16px;
	background-size: cover;
	color: #221F20;
	font-weight:500;
}
.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 {
  width: 100%;
  margin: 0 auto;
}

.login_container {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.LeftSide_login {
  width: 50%;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left:150px;
  padding-right:150px;
}

/*[ login_bg]*/
.login_bg {
  width: calc(100% - 50%);
  position: relative;
  z-index: 1;
	background-color: #ccc;
  /*background-image: url(../images/slide-1.jpg);*/
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*display: -ms-flexbox;*/
  display: block;
 /* -ms-flex-align: center;*/
  align-items: center;
}

/*.login_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8519e;
  background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);
  background: -o-linear-gradient(bottom, #e8519e, #c77ff2);
  background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);
  background: linear-gradient(bottom, #e8519e, #c77ff2);
  opacity: 0.8;
}*/

/*[ Form ]*/

.project_name{ padding:0; font-size:30px; font-weight:400; color:#8A8A8A; text-align:left; width:100%; line-height:36px;}
.project_name h3{ padding:0; margin:0; font-size:28px; font-weight:400; color:#8b8b8b; display:block; line-height:26px;}
.project_name h3 span{ color:#fc9701; text-transform:uppercase;}
.project_name p{ padding:0; margin:0; color:#8A8A8A; font-size:16px; line-height:20px; font-weight:500;}

.form-login {
	width: 100%;
	/*max-width: 330px;*/
	padding: 15px;
	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:16px;
	color:#000;
	text-decoration:underline;
}
.form-login .checkbox a {
	color:#fc9701;
	text-decoration:underline;
}
.form-login .checkbox a:hover{ color:#000; text-decoration:none;}
.form-login .input-group label{ position:absolute; left:50px; top:5px; z-index:99; color:#8b8b8b; font-size:16px;}
.form-login .form-control::placeholder {color: #000;}
.form-login .form-control {
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	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 #ff0000;
  color: black;
  z-index:9;
}
.form-login .PasswordField:focus-within {
  border-left:2px solid #ff0000;
  color: black;
}




.radio label, .checkbox label{ cursor:pointer;}
.btn{
	padding: 0.375rem 1.75rem;
	font-weight:600;
	border-radius: 5rem;
	font-size: 16px;
	cursor: pointer;
}
.btn-danger {
	color: #fff !important;
	text-transform: uppercase;
	background-color: #fc9701;
	border: #fc9701 1px solid;
	text-decoration: none !important;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.btn-danger:hover {
	color: #fff !important;
	background-color: #C71115;
	border: #C71115 1px solid;
	text-decoration: none;
}
.btn-outline-light {
	color: #757575;
	text-transform:uppercase;
	background-color:#fff;
	border: #CBCBCB  1px solid;
	text-decoration: none;
	transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s;
}
.btn-outline-light:hover {
	color: #212121 !important;
	border: #212121 1px solid;
	background-color:#fff;
	text-decoration: none;
}

.login_logo{ margin:0 0 50px 0; padding:0;}
.footer{margin:30px 0 0 0; padding:5px 0 5px 0; color:#8a8a8a; font-size:16px; clear:both; line-height:18px; text-align:left;}
.footer span{ display:block;}
.footer a{color:#000000; font-size:16px; font-weight:500;}
.footer a:hover{color:#be5827; text-decoration:none;}

.sign-up-text{ font-size:14px; font-weight:500; text-transform:uppercase; text-align:center; width:100%;}
.sign-up-text a{ color:#be5827;}

.custom-control-label::before{top:0.05rem;}
.custom-control-label::after{top: 0.08rem;}

/*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;
  width: 1.2rem;
  height: 1.2rem;
}
.custom-control-label::after {
  width: 1.2rem;
  height: 1.2rem;
}

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

.help_info{font-size:16px; font-weight:400; color:#fff; padding:15px; text-align:right; text-shadow: 1px 2px 3px rgba(0,0,0,0.6);}

.white-border-btn{ font-size:14px; 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:#be5827 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#be5827; text-decoration:none;}

.white-border-btn{ font-size:14px; 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:#be5827 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#be5827; text-decoration:none;}

/*Sign_Up*/
.RightSide_Sign_Up {
  width: calc(100% - 450px);
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;*/
  align-items: center;
  background-image: url(../images/sign-up-right-bg.png);
  background-position:top left;
  background-repeat:repeat-y;
	
}

.RightSide_Sign_Up .help_info{font-size:14px; font-weight:400; color:#000; padding:15px; text-align:right;}
.gray-border-btn{ font-size:14px; border:#c7c7c7 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#000; background:none; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; font-weight:500; transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s; text-shadow: none;}
.gray-border-btn:hover{ border:#be5827 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#be5827; text-decoration:none; }

.red-small-btn{ font-size:14px; border:#fc9701 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#fc9701; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; font-weight:500; transition: border 0.2s linear 0s, background-color 0.2s ease-in-out 0s; text-shadow: none;}
.red-small-btn:hover{ border:#D82428 1px solid; border-radius:5px; padding:3px 10px 5px 10px; color:#fff; background:#D82428; text-decoration:none;}


/*[ login_bg]*/
.Sign_Up_bg {
  width: 450px;
  position: relative;
  z-index: 1;
  background-image: url(../images/sign_up_bg.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction:column;
  padding:20px 20px 0 20px;
}

.Sign_Up_bg .footer{margin:30px 0 0 0; padding:5px 0 15px 0; color:#fff; font-size:16px; clear:both; line-height:18px;
	
}
.Sign_Up_bg .footer a{color:#fff; font-size:16px; font-weight:500;}
.Sign_Up_bg .footer a:hover{color:#fff; text-decoration:underline;}

.membership_section {
	position: absolute;
    bottom:40px;
    background: none;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.membership_section h2 {
	padding: 0 0 15px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
    background: url(../images/tittle_bar.jpg) no-repeat bottom center;
	color:#fff;
}
.membership_section ul {
	margin: 0 auto;
	position: relative;
	width:100%;
}
.membership_section ul li {
	display: inline-block;
    width:32%;
    padding:6px;
}

/*mcustomscrollbar-height-according-to-browser*/
@media (min-width: 768px) and (max-width: 1398px) {
	.form_body { height: 340px !important; }
}

@media (min-width: 1399px) and (max-width: 1600px)  {
	.form_body { height:470px !important; }
}
@media (min-width: 1601px) and (max-width: 2200px)  {
	.form_body { height:590px !important; }
}
/*mcustomscrollbar-height-according-to-browser*/


.sigup_outer{ margin:0; padding:0; position:relative; min-height:500px;}
.sigup_outer .sigup_form{ margin:0 auto; padding:0; position:relative; width:80%;}
.sigup_outer .sigup_form h1{ font-size:28px; font-weight:400; margin:0 0 20px 0; padding:0; position:relative;}
.sigup_outer .sigup_form h1 span{ font-size:28px; font-weight:400; color:#fc9701;}
.sigup_outer .sigup_form .form_body{ padding:0; margin:0; position:relative;}
.bg-gray{ background-color:#EEEEEE;}
.sigup_form .form-control:focus {
    color: #000;
    border-color: #4A90E2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, .0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, .0);
}

.sigup_form .form-group{margin-bottom:10px;}
.sigup_form .form-group label{margin-bottom:0px; font-weight: 500;}

/*content_box*/
.content_box {
  position: relative;
  border-radius:0px;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  margin-bottom:30px;
  /*min-height:50px;*/
  letter-spacing:-0.5px;
}
.content_box .box-header {
  display: block;
  padding: 7px 7px 7px 15px;
  line-height:30px;
  position: relative;
   border-bottom: 1px solid #ddd;
}

.content_box .box-header .box-title {
    display: inline-block;
    font-size:16px;
	font-weight:400;
    margin: 0;
	letter-spacing:-0.5px;
}
.content_box .table th{border-top:none;}
.content_box .box-body {
  padding:15px;
}
.content_box .box-footer {
  border-top: 1px solid #ddd;
  padding: 10px;
  background-color: #ffffff;
  border-radius:0px;
}
/*content_box_End*/

/*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;
	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;
}

/*ScrollBar*/
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(237,28,36,0.98); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(237,28,36,0.95); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(237,28,36,0.95); }
/*ScrollBar*/

.uplode_file{border: 1px solid #e0dfdf; padding:9px; border-radius: 0.25rem; background-color:#FFF;}

.text-red {
    color: #be5827 !important;
}

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

/*Sign_Up_End*/

/*[ Responsive ]*/

@media (max-width: 576px) {
  .login_bg{display:none;}
	
  .LeftSide_login {
    padding-left: 15px;
    padding-right: 15px;
	width:100% !important;
  }
}


.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
