::-webkit-scrollbar { 
	/*display: none;*/
	width: 15px; /* remove scrollbar space */
	height: 15px; /* remove scrollbar space */
	background: #f1f1f1; /* optional: just make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
    background: #909090;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 4px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
	background: #c1c1c1;
}

/* .login-page .select2-container .select2-choice { height: 37px; line-height: 36px; } */

.login-page {
	/*background: #303641;
	background: url("bg-login.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background: rgba(204,89,210,1);
	background: -moz-linear-gradient(45deg, rgba(204,89,210,1) 0%, rgba(244,135,182,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204,89,210,1)), color-stop(100%, rgba(244,135,182,1)));
	background: -webkit-linear-gradient(45deg, rgba(204,89,210,1) 0%, rgba(244,135,182,1) 100%);
	background: -o-linear-gradient(45deg, rgba(204,89,210,1) 0%, rgba(244,135,182,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(204,89,210,1) 0%, rgba(244,135,182,1) 100%);
	background: linear-gradient(to bottom, rgba(8,159,69,1) 0%, rgb(21 76 15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc59d2', endColorstr='#f487b6', GradientType=1 );
}

.login-page .login-container.row {
	height: 100vh;
	margin: unset;
}
#login-right{
	height: 100vh;
    display: flex;
    justify-content: center;
	background: #fcfcfc;
}
#login-right .login-sub-right{
	position: relative;
    margin: 5vh 0px;
    width: 100%;
	/* background: #f1f1f1;
	border-radius: 10px; */
}
#login-right .login-sub-right .login-header{
	padding: 20px 0px;
}
#login-right .login-sub-right .login-form{
	height: 44vh;
	padding: 0px 40px;
}
#login-right .login-sub-right .login-form .login-content::-webkit-scrollbar {
	width: 0px; /* remove scrollbar space */
	background: transparent; /* optional: just make scrollbar invisible */
}
#login-right .login-sub-right .login-form .login-content{
	position: relative;
    overflow: auto;
	scrollbar-width: none;
    height: 100%;
    width: 100%;
	padding: 15px;
	/*border-top: 1px solid #303641;*/
}
#login-right .login-sub-right .login-content{
	width: unset;
}

#login-left{
	height: 100vh;
}
#login-left .banner{
	position: absolute; 
	bottom: 0;
	left: 10%;
}
#login-left .banner img{
	width: 70%;
}

.login-page .login-header {
	background: unset;
	padding: 40px 0px;
}
.login-page .login-header a.logo img{
	width: 293px;
}
.login-page .login-header.login-caret:after{
	display: none;
	border-color: #fff transparent transparent transparent;
}
.login-page .login-form {
	padding: 20px;
}
.login-page .login-content{
	padding: 0px;
}

.login-page .login-content h3,
.login-page .login-content h4{
	color:#303641;
}
.login-page .login-content h3{
	padding:0;
	margin: 0 0 20px;
	font-weight:300;
	text-align: left;
    margin-left: -15px;
}

.login-page .login-content .exlink{
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.login-page .login-content .exlink a{
	color: #303641;
}
.login-page .login-content .exlink div[rel=keepme]{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.login-page .login-content .exlink div[rel=keepme] input{
	margin:2px;
	margin-left: 5px;
}
.login-page .login-content .exlink div[rel=keepme] label{
	cursor:pointer;
	color:#303641;
	margin:0;
	margin-left: 3px;
}
.login-page .login-content .exlink div[rel=keepme] label:hover, 
.login-page .login-content .exlink a:hover{
	color: #aeaeae;
}

.logCaptcha .question{
  width: 140px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 30px !important;
}
.logCaptcha input {
  font-size: 15px;
  height: 42px;
}

.login-page .login-form .form-group .input-group {
	float:right;
	background: unset;
    padding: 0px;
    border: unset;
}
/* .login-page .login-content .form-horizontal .form-group{
	margin-left: 0px;
	margin-right: 0px;
} */
.login-page .login-form .form-group .input-group .input-group-addon {
	background: unset;
	border-radius:0;
	color: #303641;
	font-size: 18px;
	padding: 5px;
	padding-right: 18px;
}
.login-page .login-form .form-group .input-group .input-group-addon:after{
	background: unset;
}

.login-page .login-form .form-group .input-group .form-control {
	color: #fde12d;
	min-height: 31px;
    padding: unset;
}
.login-page .select2-container .select2-choice .select2-arrow b {
    background: transparent !important;
}
.login-page .select2-container .select2-choice .select2-arrow b:before{
	color: #303641;
}
.login-page .login-form .form-group .btn-login {
	background: #fde12d;
	text-align: center;
	border-color: #fde12d;
	width: unset;
    border-radius: 15px;
    padding: 7px 30px;
    color:  #303641;
}
.login-page .login-form .form-group .btn-login:hover,
.login-page .login-form .form-group .btn-login:active {
	background: #fff349;
	border-color: #fff349;
	color:  #303641 !important;
	font-weight: bold;
}
.login-page .login-bottom-links {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 20px 40px;
	color: #303641;
}
.login-page .login-bottom-links a, 
.login-page .login-bottom-links .link {
	color: #303641;
	/* // color: #fff; */
}
.login-page .login-bottom-links a:hover, 
.login-page .login-bottom-links .link:hover {
	color: #aeaeae;
}

.login-page .form-login-error i {
	position: relative;
	font-size: 25px;
	background: #cc2424;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}


.login-custom .form-group{
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
    -moz-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-custom .inner-addon{
	position: relative;
}
.login-custom .inner-addon .icon{
	position: absolute;
    padding: 0px 0px;
    pointer-events: none;
	font-size: 20px;
}
.login-custom .inner-addon .icon::before{
	color: #303641;
}
.login-custom .left-addon .icon{ left: 5px;}
.login-custom .right-addon .icon{ right: 5px;}
.login-custom .left-addon .form-control{ padding-left: 50px;}
.login-custom .right-addon .form-control{ padding-right: 50px;}

.login-custom .captcha .question{
  left:  5px;
  position: absolute;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #303641;
}
.login-custom .captcha .form-control{
  padding-top: 1px;
  padding-left: 120px;
  font-size: 14px;
}

.login-custom .form-control{
	background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
	display: block;
    width: 100%;
    height: 31px;
	line-height: 1.42857143;
    padding: 5px;
    outline: 0 !important;
    transition: background 0s ease-out 0s;
}
.login-custom .form-control::-webkit-input-placeholder{
	color: #aeaeae !important;
}
.login-custom .form-control::-ms-input-placeholder{
	color: #aeaeae !important;
}
.login-custom .form-control::-moz-placeholder{
	color: #aeaeae !important;
	opacity: 1;
}
.login-custom .form-control::placeholder{
	color: #aeaeae !important;
}

.login-custom .form-control,
.login-custom .form-control.focus,
.login-custom .form-control:focus {
    background-image: linear-gradient(#303641, #303641), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
    border: 0;
    border-radius: 0;
    float: none;
    color:#303641;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.login-custom .form-control.focus,
.login-custom .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    transition-duration: .5s
}
.login-custom .form-control::-moz-placeholder {
    color: #aeaeae;
}
.login-custom .form-control:-ms-input-placeholder {
    color: #aeaeae;
}
.login-custom .form-control::-webkit-input-placeholder {
    color: #aeaeae;
}


@media screen and (max-height: 520px){
	#login-right .login-sub-right .login-form{
		height: 20vh;
	}
}

@media screen and (min-width: 991px) {
	.login-page .login-container.row{
		
	}
	.login-page .login-header a.logo img{
		/* // width: 350px; */
	}
}
@media screen and (max-width: 991px){
	#login-left{
		display : none;
	}
	#login-right{
		width : 100vw;
		height: unset;
		background: unset;
	}
	#login-right .login-sub-right{
		max-width : 500px;
	}
	#login-right .login-sub-right .login-form{
		height: unset;
	}
	#login-right .login-sub-right .login-form .login-content{
		overflow: unset;
		border-top-color: #fff;
	}
	
	.login-page .login-header a.logo img{
		content:url("logo-login-mobile.png");
	}
	.login-page .login-content h3, .login-page .login-content h4{
		text-align: center;
	}
	.login-page .login-content h3, .login-page .login-content h4,
	.login-page .login-form .form-group .input-group .input-group-addon,
	.login-custom .inner-addon .icon::before,
	.login-page .login-content .exlink div[rel=keepme] label,
	.login-page .login-content .exlink a,
	.login-page .login-bottom-links, 
	.login-page .login-bottom-links a, 
	.login-page .login-bottom-links .link{
		color: #fff;
	}
	.login-page .login-content .exlink div[rel=keepme] label:hover, .login-page .login-content .exlink a:hover,
	.login-page .login-bottom-links a:hover, .login-page .login-bottom-links .link:hover {
		color: #ccc;
	}
	.login-custom .form-control::-webkit-input-placeholder{
		color: #fff !important;
	}
	.login-custom .form-control::-ms-input-placeholder{
		color: #fff !important;
	}
	.login-custom .form-control::-moz-placeholder{
		color: #fff !important;
	}
	.login-custom .form-control::placeholder{
		color: #fff !important;
	}
	.login-custom .form-control,
	.login-custom .form-control.focus,
	.login-custom .form-control:focus {
		background-image: linear-gradient(#fff, #fff), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
		color:#fff;
	}
	.login-custom .form-control::-moz-placeholder{
		color: #fff;
	}
	.login-custom .form-control:-ms-input-placeholder{
		color: #fff;
	}
	.login-custom .form-control::-webkit-input-placeholder {
		color: #fff;
	}
	.login-page .select2-container .select2-choice .select2-arrow b:before{
		color: #fde12d;
	}
	.login-page .login-form .form-group .btn-login {
		background: #fde12d;
		border-color: #fff;
		color: #303641;
		width: 100%;
		font-weight: bold;
		padding: 10px 30px;
		font-size: 17px;
	}
	.login-page .login-form .form-group .btn-login:hover,
	.login-page .login-form .form-group .btn-login:active {
		border: 1px solid #fff;
	}
	
	.login-page .login-bottom-links {
		padding-top: 0px;
		padding-bottom: 20px;
		position: unset;
		bottom: unset;
		text-align: center;
	}
}
@media screen and (min-width: 767px){
	
}
@media screen and (max-width: 767px){

}