body {font-family: Arial, Helvetica, sans-serif;}
form { 
      border: 3px solid #f1f1f1;max-width:300px; 
      max-height:450px; 
	  position: absolute; 
	  margin: auto;  
	  top:0; 
	  bottom: 0; 
	  left: 0; 
	  right: 0;
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.forms { 
      border: 3px solid #f1f1f1;max-width:300px; 
      max-height:450px; 
	  position: absolute; 
	  margin: auto;  
	  top:0; 
	  bottom: 0; 
	  left: 0; 
	  right: 0;
}

button {
  width: 100%;			   
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}


img.avatar {
  width: 270px;
  height: 58px;
}

.container {
  padding: 16px;
}

.rcontainer {
  color: red;
  padding: 16px;
}

.fcontainer {
  text-align: right;
  font-size: xx-small;
  padding: 16px;

}

span.psw {
  float: right;
  padding-top: 16px;
}

span.alert {
  float: center;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
}
