body {
	background: linear-gradient(180deg, #124088 0%, #124088 26.3%, #FFF 49.02%);
	background-repeat: no-repeat;
	background-color: #ffffff !important;
}

.login-container {
	display: flex;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 24px;
	max-height: 500px;
	max-width: 60%;
	margin: auto;
	flex: wrap;
}

.login-img {
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
    display: block;
    height: 100%;
    width: -webkit-fill-available;
	width: -moz-available;
}

.login-container--image {
	height: 100%;
}

.login-container--left, .login-container--right{
	width: 50%;
}

.payment-container--left{
	width:30%;
}

.payment-container--right{
	width: 70%;
}

.payment-label--caption {
	width: 100%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0.32px;
	
	margin-bottom:20px !important;
	 
}
.payment-label--colon{
	width: 100%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0.32px;
	
	margin-bottom:20px !important;
	margin-left:10px;
	margin-right:15px;
}

.payment-label {
	width: 100%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.32px;
	
	margin-bottom:20px !important;
	 
}


.login-container--form {
	padding-left: 32px;
	padding-right: 16px;
}

.login-container--passwordOption {
	display: flex;
	justify-content: space-between;
}

.login-btn {
	width: 100% !important;
}

.login-input--width {
	width: 100%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.32px;
}

.login-container--footer {
	width: 100%;
	text-align: center;
	padding: 16px;
}

.forgot-password--linkContainer {
	text-align: center;
}

.signup--textColor {
	color: #86B6F6 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
	.login-img {
		display: none;
	}
	
	.login-container--right {
		width: 100%;
	}
	
	.login-container--left {
		width: 0%;
	}
	
	.login-container {
		max-width: 90%;
		max-height: unset;
	}
	
	.login-container--form {
		padding-left: 0;
    	padding-right: 0;
	}
	
	.login-container--passwordOption {
		display: block;
	}
	
	.forgotPassword-link {
		padding-top: 16px;
		display: block;
	}
	
	.login-heading--alignment {
		text-align: center;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.login-container {
		max-width: 90%;
		max-height: unset;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		.login-container {
		max-width: 60%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.login-container {
		max-width: 60%;
	}
}

.scrollable-dialog .ui-dialog-content {
	max-height: 500px;
	overflow-y: auto;
}

.otp-input--width {
	width: 10%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 32px;
	line-height: 24px;
	margin-right: 16px;
	text-align: center;
}