.login-outer-wrapper {
	position: static;
	display: block;
	left: auto;
	top: auto;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	height: 510px;
}

.login-outer-wrapper #login-wrapper {
	float: right;
	margin-top: 36px;
}

.login-outer-wrapper .popup-overlay {
	display: none;
}

.login-outer-wrapper #login-wrapper > .mdc-card__media img {
	display: none;
}

.modules-banner {
	background-image: url('imags/banner.jpg');
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 510px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.our-modules-wrapper {
	margin: 0 auto 200px;
	width: 100%;
	max-width: 1200px;
}

.our-modules-title {
	text-align: center;
	text-transform: uppercase;
	color: var(--mdc-theme-text-primary-on-primary-light);
	font-weight: normal;
	font-size: 1.6em;
}

.our-modules-wrapper .mdc-layout-grid__cell {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.our-modules-wrapper a {
	text-decoration: none;
}

.our-modules-wrapper .module-image {
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.our-modules-wrapper .number {
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translate(-50%, 0);
	background: var(--mdc-theme-primary);
	color: var(--mdc-theme-text-primary-on-primary);
	width: 52px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;
	font-size: 1.5em;
}

.our-modules-wrapper .module-title {
	padding: 0 16px;
	margin: 40px 0 0;
	color: var(--mdc-theme-text-primary-on-primary-light);
	font-size: 0.9em;
}

.secondary-title {
	margin-top: 8px;
	display: block;
	font-size: 0.85em;
	font-weight:600;
}

.our-modules-wrapper .module-content {
	padding: 0 16px;
	margin: 8px 0 36px;
	font-size: 0.85em;
	color: var(--mdc-theme-text-primary-on-primary-light);
	height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.35;
}

.modules-brandings-wrapper {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	pointer-events: none;
}

.modules-brandings-wrapper .logo {
	display: inline-block;
	vertical-align: middle;
	pointer-events: auto;
}

.modules-brandings-wrapper .wacs {
	width: 130px;
	margin-left: 16px;
}

.modules-brandings-wrapper .welcome-text-wrapper {
	width: calc(100% - 324px);
	pointer-events: auto;
	margin-top: 40px;
	color: #fff;
}

.modules-brandings-wrapper .welcome-text-wrapper .title-top {
	display: block;
	font-size: 2.1em;
}

.modules-brandings-wrapper .welcome-text-wrapper .title-bottom {
	display: block;
	font-size: 3.2em;
	line-height: 1;
	font-weight: bold;
}

.modules-brandings-wrapper .welcome-text-wrapper .welcome-intro {
	margin-top: 16px;
	width: 78%;
	line-height: 1.5;
}

.fixed-login .login-outer-wrapper #login-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	max-width: none;
	float: none;
	width: 100%;
	z-index: 1;
	transition: bottom .4s ease;
}

.active-footer.fixed-login .login-outer-wrapper #login-wrapper {
	bottom: 50px;
}

.fixed-login .login-outer-wrapper #login-wrapper .mdc-card__primary {
	background: #f2f2f2;
}

.fixed-login .login-outer-wrapper #login-wrapper > .mdc-card__media {
	display: none;
}

.fixed-login .login-outer-wrapper #login-form {
	text-align: center;
	padding-bottom: 40px;
}

.fixed-login .login-outer-wrapper #login-form .form-field {
	display: inline-block;
	margin-right: 36px;
}

.invalid-login.fixed-login .login-outer-wrapper #login-form .form-field {
	vertical-align: top;
}

.fixed-login .login-outer-wrapper #login-form .reg-btn-wrp {
	margin-right: 0;
}

.fixed-login .login-outer-wrapper #login-form .forget-pw {
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
}

.fixed-login .login-outer-wrapper #login-form .submit {
	margin-top: 0;
	border-radius: 0;
	width: 180px;
}

.fixed-login .login-outer-wrapper #login-form .register {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
}

.fixed-login .login-outer-wrapper #login-wrapper .mdc-card__primary.reset-pw-inner-wrapper {
	width: 100%;
}

.fixed-login .login-outer-wrapper #reset-pw-form {
	text-align: center;
	padding-bottom: 26px;
}

.fixed-login .login-outer-wrapper #reset-pw-form .form-field {
	display: inline-block;
	margin-right: 36px;
}

.fixed-login .login-outer-wrapper #reset-pw-form .back-field {
	margin-right: 0;
}

.fixed-login .login-outer-wrapper #reset-pw-form .mdc-card__primary .submit {
	margin-top: 0;
}

.fixed-login .login-outer-wrapper #reset-pw-form .back-to-login {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
}

.login-footer {
	height: 50px;
	background: var(--mdc-theme-primary);
	color: var(--mdc-theme-text-primary-on-primary);
	margin-bottom: 0;
	font-size: 0.9em;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity .4s ease;
}

.active-footer .login-footer {
	opacity: 1;
}

.login-footer .right-section {
	padding-right: 24px;
	display: inline-block;
}

.login-footer a {
	color: #fff;
	text-decoration: none;
}

.login-footer a:hover {
	text-decoration: underline;
}

.scroll-top {
	position: fixed;
	bottom: 54px;
	right: 16px;
	background: var(--mdc-theme-primary);
	color: var(--mdc-theme-text-primary-on-primary);
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	display: none;
}

.scroll-top .material-icons {
	vertical-align: middle;
	font-size: 36px;
}

.reset-pw-show .g-recaptcha {
	opacity: 0;
	visibility: hidden;
}

@media (min-width:1024px) and (max-width:1279px) {
	.modules-brandings-wrapper {
		width: calc(100% - 46px);
	}

	.login-outer-wrapper #login-wrapper {
		margin-right: 24px;
	}

}

@media (max-width:1023px) {
	.modules-brandings-wrapper {
		width: calc(100% - 46px);
	}

	.login-outer-wrapper #login-wrapper {
		margin-right: 24px;
	}

	.modules-brandings-wrapper .welcome-text-wrapper .title-top {
		font-size: 1.6em;
	}

	.modules-brandings-wrapper .welcome-text-wrapper .title-bottom {
		font-size: 2em;
	}

	.modules-brandings-wrapper .welcome-text-wrapper .welcome-intro {
		width: 100%;
	}

	.fixed-login .login-outer-wrapper #login-form .form-field {
		margin-right: 24px;
	}

	.fixed-login .login-outer-wrapper #login-form .submit {
		width: auto;
	}

}

@media (max-width:767px) {
	.modules-brandings-wrapper .brandings {
		text-align: center;
	}

	.modules-brandings-wrapper .brandings .sot img {
		width: 110px;
	}

	.modules-brandings-wrapper .wacs {
		width: 110px;
	}

	.modules-brandings-wrapper .welcome-text-wrapper {
		width: 100%;
		margin-top: 22px;
	}

	.modules-brandings-wrapper .welcome-text-wrapper .title-bottom {
		font-size: 1.7em;
	}

	.modules-brandings-wrapper .welcome-text-wrapper .welcome-intro {
		display: none;
	}

	.login-outer-wrapper {
		margin-top: 240px;
		height: 390px;
	}

	.login-outer-wrapper #login-wrapper {
		margin-right: 0;
		max-width: none;
	}

	.enable-scroll .scroll-top {
		display: block;
	}

	.login-footer {
		position: relative;
		margin-bottom: 0;
		opacity: 1;
	}

	.our-modules-wrapper {
		margin-bottom: 40px;
	}

}

@media only screen and (max-device-width: 1024px) {
        
    .login-outer-wrapper {
        height: 360px;
    }
    
}
