/******************************************************
   Login / Register - BaseWorx Colors
*******************************************************/
:root {
	--text-brand: #555555;
	--purple: #2E235F;
	--green: #00D5B0;
	--lgreen: #CBF6EE
}

.bg-purple{
	background: var(--purple) !important;
}

.text-brand{
	color: var(--text-brand) !important;
}

.text-purple{
	color: var(--purple) !important;
}

.text-green{
	color: var(--green) !important;
}

.fw-600{
	font-weight: 600 !important;
}

.login-btn{
	background-color: var(--green);
	border-color: var(--green);
	border-radius: 12px;
	padding: 18px 0 !important;
	color: #fff;
}

.login-btn:hover{
	background-color: var(--lgreen);
	border-color: var(--lgreen);
	color: var(--green);
}

.text-underline{
	text-decoration: underline;
	color: var(--purple);
}

.accountarea-main {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	min-height: 90vh;
	background: url('/assets/core/images/platform/login-bg.png'), url('/assets/core/images/platform/login-bg.png'), #2E235F !important;
	background-repeat: no-repeat !important;
    background-size: 60rem, 60rem !important;
	background-position: -550px 50px, calc(100% + 590px) 0px  !important;
	padding-top: 2rem;
}
.accountarea-main-section {
	z-index: 1;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	min-width: 550px;
	max-width: 600px;
	min-height: 500px;
    background: white;
    border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4rem 0;
	margin: auto;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.accountchubs-forgot {
	/* padding-top: 170px;
	padding-bottom: 170px; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: auto;
}
.accountarea-main-section .login-header,
.accountarea-main-section .login-header .loginbrand,
.accountarea-main-section .login-header .loginbrand small {
	color: #fff;
	font-weight: 600;
}
.accountarea-main-section .login-header .loginbrand small {
	color: rgba(255,255,255,0.8);
}
.accountarea-main-section .login-header {
	/* width: 400px; */
	padding: 0 20px;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
}
.accountarea-main-section .login-header .icon {
	position: absolute;
	right: 20px;
	top: -10px;
}
.accountarea-main-section .login-header .icon i {
	font-size: 56px;
}
.accountarea-main-section .login-header .loginbrand {
    padding: 0;
    font-size: 28px;
}
.accountarea-main-section .login-header .loginbrand .loginlogo {
	position: relative;
	margin-right: 5px;
	display: inline-block;
	top: 1px;
	line-height: 28px;
	text-shadow: 5px -5px rgba(255,255,255,.15);
}
.accountarea-main-section .login-header .loginbrand .loginlogo i {
	font-size: 28px;
	margin-top: -10px;
}
.accountarea-main-section .login-header .loginbrand small {
	font-size: 14px;
	display: block;
	color: var(--text-brand);
}

.accountarea-main-input {
	/* padding: 20px; */
    width: 400px;
	margin: 0 auto;
}

.accountarea-main-section .form-group input,
.accountarea-main-section input.form-control {
	height: 55px;
    border-radius: 12px;
    border: 2px solid #E9E9E9;
}

.accountarea-main-section .err-msg {
    margin-top:12px;
    margin-bottom:0px;
    color:#ff6868;
    font-size:14px;
    text-align:center;
}
.accountarea-main-section .err-msg p{
    margin-bottom:0px;
}
.accountarea-main-section .bw-register-label {
    color: #fff;
    font-size: 13px;
}

.accountarea-register .bw-register-label {
    color: #555;
	font-weight: 700;
	font-size: 14px;
}

.accountarea-register #about.form-control{
	min-height: 150px;
    border-radius: 12px;
    border: 2px solid #E9E9E9;
}

.accountarea-register #corporate-container .bw-register-label,
.accountarea-register #company-container .bw-register-label,
.accountarea-register #user-container .bw-register-label {
	margin-top: 1rem;
}

/* .accountarea-main-section .login-header .forgotbrand small {
    color: rgba(255,255,255,0.8);
    width: 85%;
} */

.gcore-password-resetinput input {
	width:100%;
}
.m-t-20-loginbottom {
    font-size:13px;
	margin-top: 20px;
    margin-bottom: 10px;
	color: #d9d9d9;
}
.m-t-20-loginbottom a {
	color: #fff;
}

.text-lines{
	position: relative;
	max-width: 550px;
	margin: 1rem auto;
	text-align: center;
	display: block;
	font-weight: 600;
}

.text-lines:before{
	content:" ";
	display: block;
	height: 2px;
	width: 30%;
	position: absolute;
	top: 50%;
	left: 0;
	background: #E9E9E9;
}

.text-lines:after{
	content:" ";
	height: 2px;
	width: 30%;
	background: #E9E9E9;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}

.login-social-link{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 2px solid var(--purple);
	border-radius: 100%;
	margin: 0.5rem 1rem;
}

.login-social-link:hover{
	text-decoration: none;
}

.login-social-link i{
	color: var(--purple);
}

.accountarea-main-header {
	margin-bottom: 4rem;
}

.accountarea-main-header img{
	width: 15rem;
}

.footer-login .sub-footer{
	box-shadow: none;
    padding: 2.5rem 3rem;
    border: 0;
}

.login-return a iconify-icon{
	font-size: 25px;
}

.login-return a{
	font-size: 14px;
    font-weight: 700;
}

.accountarea-main-section .form-group label{
	font-size: 14px;
}



/*---------------------------
   two factor auth
-----------------------------*/
.size-14{
	font-size: 14px !important;
}

.tfa-container {
	position: relative !important;
	height: auto !important;
}

.iconify{
	font-size: 2rem;
}

.tfa-container #security-cover{
	background: url('/assets/core/images/platform/login-bg.png'), url('/assets/core/images/platform/login-bg.png'), #2E235F !important;
	background-repeat: no-repeat !important;
	background-size: 60rem, 60rem !important;
	background-position: -550px 50px, calc(100% + 590px) 0px  !important;
	min-height: 90vh;
	padding-top: 2rem;
 }

 .tfa-container .form{
	background: white;
	padding: 2rem 1rem !important;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
 }

 .tfa-container .form .content-box{
	max-width: 500px;
	padding: 0 2rem !important;
	padding: 1rem 2rem !important;
    margin: auto;
 }

 .tfa-container .form-group input{
	height: 55px;
	border-radius: 12px;
	border: 2px solid #E9E9E9;
 }

 .tfa-container .two-fa-info{
	background: var(--green);
	color: #fff;
 }

 .login-return a iconify-icon{
	 font-size: 25px;
 }

 .login-return a{
	 font-size: 14px;
	 font-weight: 700;
 }


/* Register Page */

.register-box {

}
.register-terms-box {
	margin-top:10px;
	margin-bottom:25px;
}
.register-terms-box-terms {
	z-index:1;
}
.register-terms-tick {
    width: 20px;
}
.register-company-box {
    margin-top:15px;
}
.text-required {
    color: #f5b419!important;
}
.register-terms-box a {
    color: #fff;
}
.register-terms-box {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkbox.checkbox-css {
	position: relative;
	line-height: 16px;
	padding-top: 6px;
}
.checkbox.checkbox-css.checkbox-inline {
	padding-left: 0;
	display: inline-block;
}
.checkbox.checkbox-css.checkbox-inline + .checkbox.checkbox-css.checkbox-inline {
	margin-left: 15px;
}
.checkbox.checkbox-css label {
	padding-left: 15px;
	margin: 0;
	font-size: 13px;
	color: #d9d9d9;
}
.checkbox.checkbox-css label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #dee2e6;
}
.has-success .checkbox.checkbox-css label:before,
.has-success.checkbox.checkbox-css label:before,
.is-valid .checkbox.checkbox-css label:before,
.is-valid.checkbox.checkbox-css label:before {
	background: #d8f5d9;
}
.has-success .checkbox.checkbox-css label,
.has-success.checkbox.checkbox-css label,
.is-valid .checkbox.checkbox-css label,
.is-valid.checkbox.checkbox-css label {
	color: #39a34b;
}
.has-error .checkbox.checkbox-css label:before,
.has-error.checkbox.checkbox-css label:before,
.is-invalid .checkbox.checkbox-css label:before,
.is-invalid.checkbox.checkbox-css label:before {
	background: #ffd0cd;
}
.has-error .checkbox.checkbox-css label,
.has-error.checkbox.checkbox-css label,
.is-invalid .checkbox.checkbox-css label,
.is-invalid.checkbox.checkbox-css label {
	color: #bf2c24;
}
.has-warning .checkbox.checkbox-css label:before,
.has-warning.checkbox.checkbox-css label:before {
	background: #fce1ba;
}
.checkbox.checkbox-css input {
	opacity:0; /* Do not change this - (affects checkbox validation) */
}
.checkbox.checkbox-css input:checked + label:after {
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	height: 16px;
	width: 16px;
	text-align: center;
}
.checkbox.checkbox-css input:checked + label:before {
	background: #007aff;
	border-color: #007aff;
}
.checkbox.checkbox-css.checkbox-success input:checked + label:before {
	background: #4CD964;
	border-color: #4CD964;
}
.checkbox.checkbox-css.checkbox-info input:checked + label:before {
	background: #5AC8FA;
	border-color: #5AC8FA;
}
.checkbox.checkbox-css.checkbox-danger input:checked + label:before {
	background: #FF3B30;
	border-color: #FF3B30;
}
.checkbox.checkbox-css.checkbox-warning input:checked + label:before {
	background: #FF9500;
	border-color: #FF9500;
}
.checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
	background: #222;
	border-color: #222;
}
.checkbox.checkbox-css input {
	opacity:0; /* Do not change this - (affects checkbox validation) */
}

/*** radio button css */
.form-radio input{
	display: none;
}

.form-radio label{
	position: relative;
	overflow: hidden;
	padding: .5rem;
}

.form-radio label .content{
	position: relative;
	color: var(--text-brand);
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	min-height: 100px;
	display: block;
	cursor: pointer;
	border: 1px solid #E9E9E9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.form-radio label .content .svg{
	margin-bottom: .7rem;
}

.form-radio input:checked + label .content{
	border: 1px solid #5B4E95;
	background-color: #5B4E95;
	color: #fff;
}

.form-radio input:checked + label .content:after{
	content: "\2713";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    border: 0;
    background-color: white;
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #555;
    font-weight: 900;
}

.accountarea-register{
	width: 100%;
	max-width: 500px;
}

.register-wizard{
	border: 0;
}

.register-wizard .tab-content,
.register-wizard .tab-content .tab-pane{
	height: auto !important;
    padding: 0;
}

.register-wizard .tab-content .tab-pane{
    padding: 1.5rem 0;
}

.register-wizard .toolbar-bottom button{
	display: block;
    width: 100%;
    margin: .5rem 0 !important;
}

.register-wizard .toolbar-bottom button.disabled{
	display: none;
}

.register-wizard .toolbar-bottom{
	/* padding: .8rem 0; */
	padding: 0;
	width: 75%;
    margin: 0 auto;
}

.register-wizard .toolbar-bottom button.sw-btn-next{
	background-color: var(--green);
	border-color: var(--green);
	border-radius: 12px;
	padding: 18px 0 !important;
	color: #fff;
}

.register-wizard .toolbar-bottom button.sw-btn-next:hover{
	background-color: var(--lgreen);
	border-color: var(--lgreen);
	color: var(--green);
}

.register-wizard .toolbar-bottom button.sw-btn-prev{
	border: 0;
    background: transparent;
    color: var(--purple);
    font-weight: 600;
}


/* Responsive */

@media (min-width: 1800px) {
	.accountarea-main{
		background-size: 70rem, 70rem !important;
	}
}

@media (max-width: 767px) {
	.accountarea-main-section .login-header .icon {
		top: 10px;
	}
	.register-6 {
		margin-bottom: 15px;
	}
	.accountarea-main-section {
		min-width: auto;
		max-width: 90%;
	}
	.accountarea-main-input {
		width: 80%;
	}
	.accountchubs-forgot{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
}
@media (max-width: 540px) {
	.accountarea-main-section {
		padding-top: 50px;
		padding-bottom: 55px;
	}
	.accountarea-main-section-loginonly {
		padding-top: 70px;
	}
}
@media (max-width: 480px) {
	.accountarea-main-section {
		width: 100%;
		/* margin: 0px; */
		position: relative;
		top: 0;
		left: 0;
	}
	.register-box {
		margin-top: 25px !important;
	}
	.login-box {
		margin-top: 100px !important;
	}
	.accountarea-main-section .login-header .loginbrand {
		font-size: 24px;
	}
	.accountarea-main-section .login-header {
		width: 100%;
	}
	/* .accountarea-main-section .login-content {
		width: 100%;
	} */
	.accountarea-main-section .login-header .icon {
		display:none;
	}
	.text-lines:before,
	.text-lines:after {
		width: 20%;
	}
}
@media (max-width: 390px) {
	.accountarea-main-section .login-header .loginicon i {
		font-size: 42px;
		margin-top: 10px;
	}
}
@media (max-width: 375px) {

}
@media (max-width: 370px) {
	.accountarea-main-section-loginonly {
		padding-top: 70px;
	}
}
@media (max-width: 320px) {
	.accountarea-main-section .login-header .loginbrand small {
		font-size: 13px;
	}
	.accountarea-main-section-loginonly {
		padding-top: 40px;
	}
}
@media (max-width: 280px) {
	.accountarea-main-section .login-header .loginbrand {
		font-size: 20px;
	}
	.accountarea-main-section .login-header .loginbrand small {
		font-size: 12px;
	}
}
