:root {
	--primary: #1CA6CB;
	--controls-height: 40px;
}

body.ms-login-page {
	flex-direction: row-reverse;
}

body {
	display: flex;
 height: 100%;
}

.login-pf {
	background: none;
}

#kc-page-title {
	text-indent: -9999px;
	position: relative;
}

#kc-page-title:after {
	content: "Log In";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	font-weight: 600;
}


.main-bg {
	height: 100%;
	width: 65%;
	background: url("../../../Image/MISCimage/Brand/Avalon/main-bg.jpg") no-repeat center center;
	background-size: cover;
}

#kc-header-wrapper {
	margin: 30px 0 50px 50px;
}

#kc-info {
	padding-bottom: 0;
}

.form-group {
	margin-bottom: 30px;
}

.login-pf-page {
	width: 35%;
	background: #fff;
}

.login-pf-header h1 {
	color: #22272E;
}

.login-pf-settings {
	margin-bottom: 10px;
}

#kc-form-buttons {
	margin-top: 10px
}

.login-pf-page .form-control {
	background: #f1f4f930;
	box-shadow: inset 0px 0px 3px #10101030;
	border-radius: 12px;
}

.login-pf-settings :not(#kc-form-options) span a {
	font-weight: bold;
	color: var(--primary);
}

.control-label, .login-pf-settings .checkbox label {
	color: #5E6670;
}

#username, #password {
	height: var(--controls-height);
}

#kc-form-buttons input {
	background: var(--primary);
	border-radius: 12px;
	border-color: transparent;
	height: var(--controls-height);
}

.card-pf {
	box-shadow: none;
	background: none;
	max-width: 305px;
	margin-bottom: 0px !important;
}

.avalon-logo {
	background-image: url(../../../Image/MISCimage/Brand/Avalon/avalon_logo.svg);
	background-repeat: no-repeat;
	height: 56px;
	/*width: auto;*/
	width: 270px;
	display: flex;
	margin-bottom: 60px;
	vertical-align: bottom;
}

@media (max-width: 840px) {
	.login-pf-page {
		width: 100%;
	}

	.main-bg {
		display: none;
	}
}