﻿.login_main_v2 {
	position: relative;
	max-width: 404px;
	width: 100%;
	height: 645px;
	background: #1E4488;
	box-shadow: 8px 4px 50px 10px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
}

.RadToolTip .rtTitleBar .rtTitleWrapper {
	height: 56px !important;
}

@media all and (max-width: 500px) {
	.floater1 {
		display: none !important;
	}

	.floater2 {
		display: none !important;
	}

	.floater3 {
		display: none !important;
	}

	.login_header {
		position: fixed;
		width: 100%;
		height: fit-content;
		z-index: 10;
		min-width: 360px;
	}

	.alertbox-small {
		display: flex;
		grid-template-columns: 36px 36px;
		grid-gap: 0px 0px;
		position: absolute;
		top: 20px;
		right: 16px;
		grid-gap: 12px;
	}

	.login_main_content {
		display: flex;
		position: fixed;
		width: 100%;
		top: 67px;
		height: calc(100% - 67px);
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		overflow-y: auto;
	}

	.login_main_v2 {
		position: absolute;
		width: 100%;
		max-width: unset;
		height: 100%;
		box-shadow: unset;
		border-radius: unset;
		padding: 0px 32px;
		min-height: fit-content;
		overflow-y: auto;
		max-height: 100%;
	}

	.login-note {
		position: unset;
		width: 100%;
	}

	.login-note-message {
		width: 100%;
	}

	.login_badge_footer_v2 {
		position: inherit;
		height: 20px;
		width: 100%;
		bottom: 0;
		margin-top: 217px;
		margin-bottom: 24px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}
	@media all and (max-height: 715px) {
		.login_main_v2 {
			position: absolute !important;
		}
	}

