body {
	background-color: #EAF6FF;
}

.login_panel {
	width: 30vw;
	height: 30vw;
	margin-top: calc((100vh - 30vw) / 2);
	max-width: 400px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo {
	width: 4.5rem;
	height: 4.5rem;
	margin-bottom: 1rem;
}

.form-text {
	font-size: 2rem;
	font-weight: 1000;
	color: #001555;
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 0.5rem !important;
}

.input-group-text {
	background-color: white;
	border-right: none;
	font-size: 0.85rem;
	color: #001555;
	border: none;
}

.form-control {
	border-left: none;
	padding: 1.5rem 1rem;
	border: none;
}

.btn {
	margin-top: 2rem;
	width: 20vw;
	max-width: 266px;
	background-color: #001555;
	color: white;
	border-radius: 5.57rem;
	margin-bottom: 1.5rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.remedial {
	font-size: 0.9rem;
	color: #828282;
	cursor: pointer;
}

.overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
}

.modal {
	width: 32vw;
	max-width: 600px;
	height: 25rem;
	padding: 2rem 3rem;
	background-color: white;
	border-radius: 1rem;
	display: block;			
	top: calc((100vh - 25rem) / 2);
	left: calc(68vw / 2);	
	text-align: center;
	font-size: 1rem;
	position: relative;
	color: #333333;
}

.modal .header {
	color: #333333;
	font-weight: 1000;
	margin-bottom: 3rem;
}

.modal .instruction {
	color: #333333;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 1rem;
}

.modal .input-group-text {
	color: #001555;
	border: 1px solid #AAAAAA;
}

.modal input {
	font-size: .9rem;
	border: 1px solid #AAAAAA;
	border-left: none;
}

.modal .buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	bottom: 2rem;
	width: calc(100% - 6rem);
}

.modal .btn {
	width: calc(((32vw - 6rem) - 4rem) / 2);
	margin-left: 1rem;
	margin-right: 1rem; 
}

.modal .btn-outline-primary {
	background-color: white;
	color: #001555;
	border: 2px solid #001555;
	font-weight: 800;
}

.modal .close {
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.modal .close  {
	color: #001555;
	font-size: 1rem;
}

.none {
	display: none !important;
}
