.tp-ac-login-wrapper {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	background: linear-gradient(180deg, #f1f1f1 0%, #fff 77.69%);
}
.tp-ac-login-lft {
	width: 60%;
    min-height: 100svh;
    padding: 56px;
}
.tp-ac-login-rgt { 
	width: 40%;
    overflow: hidden;
    position: relative;
    min-height: 100svh;
}
.tp-ac-login-wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.brand-logo {
    width: 98px;
}
.tp-ac-login-bg {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
}
.tp-ac-login-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    margin: 24px 0px 0px;
    padding: 0px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tp-ac-login-sz {
    width: 100%;
    max-width: 400px;
}
.tp-ac-login-col {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
.tp-ac-login-title {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.06rem;
    color: rgb(36, 36, 53);
    font-weight: 600;
}
.tp-ac-login-basetxt {
	margin-top: 12px;
	font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #74787c;
}
.tp-ac-login-objects {
	margin-top: 30px;
    margin-bottom: 16px;
}
.tp-ac-login-obj {
	margin-bottom: 12px;
}
.ac-login-lbl {
    display: block;
    max-width: 100%;
    font-size: 13px;
    line-height: 18px;
	font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.64);
    padding: 0px;
	margin-bottom: 2px;
}
.tp-ac-login-alert {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
.tp-ac-alert-icon {
    font-size: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
	margin-right: 4px;
}
.tp-ac-alert-text {
	font-size: 13px;
	line-height: 18px;
	color: #e73d4a;
}
@media screen and (max-width: 600px) {
.tp-ac-login-wrapper {
    height: auto;
}
.tp-ac-login-lft {
    width: 100%;
}
.tp-ac-login-rgt {
    display: none;
    min-height: 100svh;
}
}