#auth_layout.ant-layout {
	background: var(--auth-bg-color) !important;
	background: linear-gradient(var(--auth-bg-andle), var(--auth-bg-color) 0%, var(--auth-bg-gradient) 28%, var(--auth-bg-gradient) 72%, var(--auth-bg-color) 100%) !important;
	height: 625px;
}

._school_name_p3cc9_38.login-school-name {
	color: var(--auth-school-color);
	font-weight: var(--ayth-school-weight);
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing: var(--auth-school-space);
}

.AuthLayout_auth_form_wrapper__26rZ8 .flex.flex-col.align-center {
	display: none;
}

._auth_layout_p3cc9_8.login-wrapper ._auth_drawer_p3cc9_12 {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	justify-content: space-between;
	position: absolute;
	height: auto;
	max-width: 480px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 30px 25px;
	background: var(--auth-card-background);
	border-radius: var(--auth-card-border-radius);
	border-color: var(--auth-card-border-color);
	border-width: var(--auth-card-border-width);
	border-style: solid; 
}

._auth_form_wrapper_header_p3cc9_53{
	margin-bottom: 0px;    
	margin-top: 0px;
}

.login-logo ._custom_logo_wn4yh_1.mb-30 {
	margin-bottom: 15px;
}

.login-logo ._custom_logo_wn4yh_1 {
	transform: scale(1.2);
}


h3.ant-typography._title_agmhf_1 {
	margin-bottom: 10px;
	color: var(--ayth-title-color);
	font-weight: var(--ayth-title-weight);
	letter-spacing: var(--auth-title-space);
}

._auth_form_wrapper_body_p3cc9_61.login-content {
	justify-content: flex-start;
}

.login-content .ant-checkbox-wrapper, .login-content ._auth_form_wrapper_footer_agmhf_14 {
	color: var(--auth-label-color);
	margin-top: 20px;
}

.login-content a {
	color: var(--auth-link-txt-color);
}

._auth_form_wrapper_p3cc9_46 .flex.flex-col.align-center {
	display: none;
}

.login-wrapper .ant-form-item-control-input-content .ant-input-affix-wrapper {
	border: var(--auth-in-border-width)  solid var(--auth-in-border-color) !important;
	color: var(--auth-in-txt-color) !important;
	background: var(--auth-in-bg-color) !important;
	border-radius: var(--auth-in-border-radius)  !important;
}

.login-wrapper .ant-form-item-control-input-content .ant-input-affix-wrapper input {
	background: var(--auth-in-bg-color);
	color: var(--auth-in-txt-color) !important;
}

.login-wrapper .ant-form-item-control-input-content .ant-input-affix-wrapper-focused {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
}

.login-wrapper .ant-form-item-control-input-content .ant-input-affix-wrapper input::placeholder {
	color: var(--auth-in-ph-color);
	background: var(--auth-in-ph-bg);
}

.login-content .ant-form-item-label>label, .ant-form-item-required{
	color: var(--auth-label-color) !important;
}

.login-wrapper .ant-form-item button {
	width: 100% !important;
}

.ant-layout ._auth_layout_p3cc9_8 {
	height: auto;
}
	
._auth_drawer_p3cc9_12 {
	max-height: 662px;
}

.login-wrapper .ant-form-item .ant-btn.ant-btn-primary[type="submit"] {
	background-color: var(--auth-btn-back-color) !important;
	border-width: var(--auth-btn-border-width);
	border-color: var(--auth-btn-border-color) !important;
	border-style: solid;
	border-radius: var(--auth-btn-border-radius);
	color: var(--auth-btn-txt-color) !important;
	font-weight: var(--auth-btn-txt-weight);
	height: var(--auth-btn-height);
	text-transform: uppercase;
	letter-spacing: var(--auth-btn-txt-spacing);
	margin-top: 5px;
	font-size: 18px;
}

.ant-form-item-control-input-content > .ant-btn.ant-btn-primary {
	box-shadow: 1px 1px 11px var(--auth-btn-shadow-color) !important;
}

._auth_drawer_p3cc9_12 {
	box-shadow: 1px 1px 15px var(--auth-card-shadow-color) !important;
}

.ant-spin-nested-loading .ant-typography {
	color: var(--auth-label-color) !important;
}

span.anticon.anticon-arrow-left + span {
	text-transform: uppercase;
}

@media only screen and (min-height: 625px) {
	#auth_layout.ant-layout {
		height: 100vh;
	}
	._auth_layout_p3cc9_8.login-wrapper ._auth_drawer_p3cc9_12 {
		top: 0;
		bottom: 0;
		height: 100vh;
	}
}

@media only screen and (max-height: 624px) {
	._auth_layout_p3cc9_8.login-wrapper ._auth_drawer_p3cc9_12 {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	._auth_drawer_p3cc9_12 {
			width: 94% !important;
	}
	.login-wrapper .ant-form-item .ant-btn.ant-btn-primary[type="submit"] {
		font-size: 16px;
	}
}
@media only screen and (max-width: 368px) {
	.login-logo ._custom_logo_wn4yh_1 {
		transform: scale(1);
	}
	.login-content .ant-checkbox-wrapper, .login-content ._auth_form_wrapper_footer_agmhf_14 {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 338px) {
  ._auth_layout_p3cc9_8.login-wrapper ._auth_drawer_p3cc9_12 { 
		padding: 0 15px 25px;
	}
	._school_name_p3cc9_38.login-school-name {
		margin-top: 5px;
		margin-bottom: 0;
	}
	h3.ant-typography._title_agmhf_1 {
		margin-bottom: 5px;
	}
	.ant-form-item .ant-form-item-label label {
		padding: 0;
		line-height: 1.2;
	}
	.login-content .ant-checkbox-wrapper, .login-content ._auth_form_wrapper_footer_agmhf_14 {
		margin-top: -12px;
	}
}