html,body { 
	height: 100%; 
}
.global-container{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
form{
	font-size: 14px;
}
.card-title{ 
	font-weight:900;
	font-style: italic;
	color:#1f497d;
}

.btn{
	font-size: 14px;
	margin-top:20px;
}
.login-form{ 
	max-width:720px;
	margin:20px;
}
.sign-up{
	text-align:center;
	padding:20px 0 0;
}
.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}
label{
	margin-bottom:.2rem;
	font-weight: 500;
}
.form-control{
	border:2px solid #ddd;
	border-radius: 0;
}