@import url(https://fonts.googleapis.com/css?family=Numans);

html,body { 
  font-family: "Numans", sans-serif !important;;
  height: 100%; }

body{
  
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #ffffff;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }



.reset_form{ 
	width:350px;
	margin:20px;
}

span{
	font-size:14px;
}

.logo{
  font-family: 'Fredoka One', cursive;

}