@charset "utf-8";
/* CSS Document */

#testata {
  position:absolute;
	top:0px;
  height:75px;
  width:100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #90A6AD;
}

#testata p {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 15px;
}

.tr_mail{
	height:20px;
}

#tab_reset{
  border:0px #00FF00 solid;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
}

#tab_reset td{
	border:0px #00FF00 solid;
}

#username_res{
	width:200px;
}

#email_res{
	width:200px;
}

#div_login {
	position: relative;
	top: 170px;
	width: 205px;
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	border: 0px #F30606 solid;
	font-weight: 600;
}

#login::before{
  font-family: fontAwesome;
  content: "\f090\00a0\00a0";
  font-weight:normal;
  font-size: 14px;
}

#link_psw{
  color:#F9F9F9;
  font-size:14px;
}

#menu{
	width:100%;
	height:100%;	
}

.form-group label {
	margin-bottom: 0.2rem;
}

#login {
	margin-top: 30px;
}