@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
	
	h1 {
	color: #3893c7;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
	h2 {
	color: #3893c7;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	}
	
	p {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
	label {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
	input {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	}
	
	div {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	}


.form-wrapper {
  margin: 50px auto 50px;
  font-family: 'Roboto', sans-serif;        //  Tahoma,
  font-size: 1.09em;
}
.form-wrapper.login { margin-top: 120px; }
.form-wrapper p { font-size: .8em; text-align: center; }
.form-control:focus { box-shadow: none; }
.form-wrapper {
  border: 1px solid #80CED7;
  border-radius: 5px;
  padding: 25px 15px 0px 15px;
}
.form-wrapper.auth .form-title { color: #007EA7; }
.home-wrapper button,
.form-wrapper.auth button {
  background: #007EA7;
  color: white;
}
.home-wrapper {
  margin-top: 100px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #80CED7;
}