.login_top_radius{
	border-radius: 10px 10px 0 0;
}

.card-body{
	background-color: white;
	border-radius: 0 0 10px 10px;
}

.login_btn{
	color: white;
	background-color: #037494;
	width: 100%;
	margin-top: 3%;
	font-size: 1.1rem;
	border: none;
}

#forgot_pw{
	color: black;
}

#login_msg{
	resize: none;
	height: 95%;
	background: white;
	border: none;
	color: #037494;
	font-size: 0.95rem;
	font-weight: bold;
}

.system_msg{
	font-size: 1.2rem;
}