/*-----------------
	11. Login
-----------------------*/

.account-page {
	background-color: #f5f5f5;
}

.account-page .main-wrapper .account-page-container{
	height: 100vh;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container{
	height: 98%;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .account-page-left-container{
	background-color: #fff;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .account-page-left-container .brand-logo{
	width: 40%;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .register-right{
	background-image: url('../img/register-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .register-right img{
	width:50%;
	height: 50%;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .login-right img{
	width:100%;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .login-right{
	background-image: url('../img/signin-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .update-right{
	background-image: url('../img/update-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .update-right img{
	width:65%;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .login-right .links{
	position: absolute;
	bottom: 5%;
	display: flex;
	flex-direction: row;
	width: 70%;
	justify-content: space-between;
}

.account-page .main-wrapper .account-page-container .account-page-inner-container .login-right .links a{
	font-family: poppins-medium;
}

.horizontal-divider{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E0E0E0; 
	line-height: 0.1em;
}

.horizontal-divider span{
	padding:0 10px;
	background-color: white;
}

.account-page .main-wrapper .account-page-container .login-link{
	text-decoration: underline;
	color: #6B1EBB;
}

.account-page .main-wrapper .account-page-container .toggle-password{
	position: absolute;
	right: calc(3% + 10px);
    top: 72%;
    z-index: 1111;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.password-show{
	content: url('../img/icon_outline_eye.svg');
}

.password-hide{
	content: url('../img/icon-wrapper.svg');
}


.account-page .main-wrapper .account-page-container .account-page-inner-container .update-left .password-strength li{
list-style: none;
margin-left: 25px;
}


.account-page .main-wrapper .account-page-container .account-page-inner-container .update-left .password-strength li::before{
	content: url('../img/checkcircle.png');
	position: absolute;
	left: 10px;
}


.login-header {
	margin-bottom: 20px;
}
.login-header img{
	margin-bottom: 15px;
}
.login-header p {
	font-size: 16px;
	color: #17191A;
	margin-bottom: 20px;
	font-weight: 500;
}
.login-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #161c2d;
}
.login-header h3 a {
    color: #6B1EBB;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.login-right .dont-have {
    color: #161c2d;
	font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
}
.login-right .dont-have label {
	color: #161c2d;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
}
.login-right .dont-have a {
	color: #6B1EBB;
}
.login-btn {
    font-size: 18px;
    font-weight: bold;
    background: #6B1EBB;
    border: 1px solid #6B1EBB;
    border-radius: 5px;
    padding: 14px 10px;
}
.login-or {
	color: #d4d4d4;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
	text-align: center;
}
.login-or p{
	font-size: 16px;
	color: #161c2d;
	margin-bottom: 0;
}
.or-line {
	background-color: #e5e5e5;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}
.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}
.forgot-link {
    color: #161c2d;
    font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
    display: inline-block;
}

.form-control.is-invalid[type=password], .was-validated .form-control:invalid[type=password]{
	background-image: none;
}

.is-invalid~.toggle-password{
	top: 45% !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #003EAE; 
  border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003EAE; 
}


.select2-container{
	width: 100% !important;
}
