@font-face {
	font-family: 'Raleway';
	src: url('../font/Raleway-Regular.eot');
	src: url('../font/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Raleway-Regular.woff2') format('woff2'),
		url('../font/Raleway-Regular.woff') format('woff'),
		url('../font/Raleway-Regular.ttf') format('truetype'),
		url('../font/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('../font/Raleway-Medium.eot');
	src: url('../font/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Raleway-Medium.woff2') format('woff2'),
		url('../font/Raleway-Medium.woff') format('woff'),
		url('../font/Raleway-Medium.ttf') format('truetype'),
		url('../font/Raleway-Medium.svg#Raleway-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('../font/Raleway-SemiBold.eot');
	src: url('../font/Raleway-SemiBold.eot?#iefix')
		format('embedded-opentype'), url('../font/Raleway-SemiBold.woff2')
		format('woff2'), url('../font/Raleway-SemiBold.woff') format('woff'),
		url('../font/Raleway-SemiBold.ttf') format('truetype'),
		url('../font/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url('../font/Raleway-Bold.eot');
	src: url('../font/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Raleway-Bold.woff2') format('woff2'),
		url('../font/Raleway-Bold.woff') format('woff'),
		url('../font/Raleway-Bold.ttf') format('truetype'),
		url('../font/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

body {
	margin: 0px;
	font-family: 'Raleway';
}

*, *::before, *::after {
	box-sizing: border-box;
}

.w-100 {
	width: 100%;
}

.h-auto {
	height: auto !important;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 8px;
	font-family: 'Raleway';
	font-weight: 500;
	line-height: 1.2;
}

img, svg {
	vertical-align: middle;
}

.d-flex {
	display: flex !important;
}

.flex-column {
	flex-direction: column !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pb-7, .py-7 {
	padding-bottom: 1.75rem !important;
}

.pt-7, .py-7 {
	padding-top: 1.75rem !important;
}

.text-center {
	text-align: center !important;
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-start {
	align-self: flex-start;
}

.align-items-end {
	align-items: flex-end !important;
}

.position-relative {
	position: relative !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.login.login-palisis .login-aside .aside-img {
	min-height: 450px;
}

.left-block .image-content {
	position: absolute;
	z-index: 999;
	top: 43%;
	left: 10%;
}

.left-block .image-content h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 10px;
}

.info-links {
	position: fixed;
	bottom: 0;
}

.image-overlay {
	background: rgb(0 86 147/ 30%);
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	z-index: 99;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.btn {
	font-family: 'Raleway';
	padding: 8px 14px;
	border-width: 0px;
	border-radius: 8px;
	display: inline-block;
}

.btn-white-primary {
	background: #ffffff;
	color: #005693;
	font-family: 'Raleway';
	font-weight: 500;
	line-height: 1.5;
	font-size: 0.830rem;
	text-decoration: none;
}

.login-button {
	margin: 25px 0px;
	background: #005693;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	outline: none;
}

button, select {
	text-transform: none;
}

.logo {
	margin-left: -50px;
	margin-bottom: 30px;
}
.reset-password-instructions {
	font-family: 'Raleway';
	font-size:14px;
	font-weight:600;
	color:#344054;
	line-height:20px;
	margin-bottom:20px;
}

.welcome-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
	color: #344054;
}

.from-group-div {
	margin-top: 10px;
}

.form-group label {
	display: inline-block;
	font-size: 14px;
	color: #344054;
	font-weight: 500;
	margin-bottom: 8px !important;
}

.form-control:hover, .form-control:focus, .form-control:active {
	border-color: #d0d5dd;
	outline: none;
}

.reset-password-text {
	font-size: 14px;
	font-weight: 500;
	color: #005693;
	line-height: 20px;
	text-decoration: none;
}

.announcement-text {
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 500;
	color: #344054;
	line-height: 20px;
	text-decoration: none;
	margin-top: 20px;
}

.announcement-text a {
	font-size: 14px;
	font-weight: 500;
	color: #005693;
	line-height: 20px;
	text-decoration: none;
}

.copyright-text {
	font-size: 14px;
	font-weight: 500;
	color: #344054;
	line-height: 20px;
	margin-bottom: 30px;
}

.copyright-text a {
	font-size: 14px;
	font-weight: 500;
	color: #005693;
	line-height: 20px;
	text-decoration: none;
}

.error-text {
	color: #d92d20;
}
.toolbar-forgot-password {
	display:none;
}

.right-block {
	justify-content: center;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem .75rem;
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #344054;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .5rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-select {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #344054;
	background-color: #fff;
	background-image: url("../img/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #d0d5dd;
	border-radius: .5rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.reset-password-instructions {font-family: 'Raleway';font-size:14px;font-weight:600;color:#344054;line-height:20px;margin-bottom:20px;}

.form-control:focus-visible, .form-select:focus-visible {
	outline: none;
}
.w-52px {width: 52px !important;}
.h-44px {height: 44px !important;}
.pad10px14px {padding: 10px 14px;}
.fs-otp {font-size:16px;font-weight:400;color:#101828;line-height:24px;}
.fs-2qx {font-size: calc(1.35rem + 1.2vw) !important;}
.flex-wrap {flex-wrap: wrap !important;}
.flex-stack {justify-content: space-between;align-items: center;}
.my-2 {margin-top: 0.5rem !important;margin-bottom: 0.5rem !important;}
.mx-1 {margin-right: 0.25rem !important;margin-left: 0.25rem !important;}

.legals{
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin-bottom: 10px;
    margin-left: -4px;
}
.legal-text{
    color: #005693;
    text-decoration: none;
    margin: 4px;
    font-size: 12px;
}

@media ( min-width : 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	.login.login-palisis .login-aside {
		width: 100%;
		max-width: 50vw;
		min-height: 100vh;
	}
	.login.login-palisis .login-content {
		width: 100%;
		max-width: 360px;
		margin-bottom: 54px;
	}
	.login.login-palisis .login-content .login-form {
		width: 100%;
		max-width: 450px
	}
	.pt-lg-40, .py-lg-40 {
		padding-top: 10rem !important;
	}
}

@media ( min-width :992px) and (max-width:1399.98px) {
	.login.login-palisis .login-aside {
		width: 100%;
		max-width: 50vw;
		min-height: 100vh;
	}
}

@media ( max-width :991.98px) {
	.login.login-palisis .login-content .login-form {
		width: 100%;
		max-width: 400px
	}
}

@media ( max-width :575.98px) {
	.login.login-palisis .aside-img {
		min-height: 300px !important;
		background-size: 400px
	}
	.login.login-palisis .login-content .login-form {
		width: 100%;
		max-width: 100%
	}
}

@media ( min-width : 1200px) {
	h3, .h3 {
		font-size: 1.75rem;
	}
}

@media ( max-width : 991.98px) {
	.left-block {
		display: none !important;
	}
	.login-content {
		max-width: 400px;
		width: 100vw;
		height: 100vh;
		margin-left: 15px;
		margin-right: 15px;
	}
	.logo {
		margin-left: 0px !important;
		margin-bottom: 0px !important;
	}
	.info-links {
		margin-bottom: 25px;
	}
	.toolbar-forgot-password {
		display:flex;
		position:absolute;
		top:10px;
		width:100%;
		padding-left:8px;
		padding-right:8px;
	}
	.right-block {
		justify-content: start;
		padding-top: 79px;
	}
}

@media ( max-width : 767px) {
	.left-block {
		display: none !important;
	}
	.login-content {
		max-width: 400px;
		width: 100vw;
		height: 100vh;
		padding-left: 15px;
		padding-right: 15px
	}
	.logo {
		margin-left: 0px !important;
		margin-bottom: 20px !important;
	}
	.info-links {
		margin-bottom: 45px;
	}
	.toolbar-forgot-password {
		display:flex;
		position:absolute;
		top:10px;
		width:100%;
		padding-left:8px;
		padding-right:8px;
	}
	.right-block {
		justify-content: start;
		padding-top: 79px;
	}
	.legals{
        width: 100%;
        position: fixed;
        bottom: 0px;
        margin-bottom: 10px;
        margin-left: -4px;
    }
}

input.error {
	border: 1px solid #d92d20;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
