


.Normal_text {
	font-family:'Open Sans';
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	text-decoration:none;
	font-feature-settings:'calt' 0;
	text-transform: none;
	color:#000000;
	background-color:Transparent;
	letter-spacing:0em;
}


.register-container {
	display: flex !important;
	justify-content: space-around !important;
	width:50vw;
	/*align-items: center;*/
	height: 100vh;

}

.login-box-msg{
	font-size:1.5em !important;
}

#form-signup {
	font-size:1.5em !important;
}

.header-text {
	font-size:1.5em;
	padding:15px 20px 20px 20px;
	font-weight:bold;
}


