/* presentacion general*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family:Arial,sans-serif;
   color:white;
}


body {
  font-family: arial;
  background-image: url('./resource/img/TEST2.jpg');
  background-size: cover;
  background-position: center center;
}





.header-bar{
  text-align: center;
}

.header-bar p{
  color:white;
  font-weight: bold; 
  font-style: italic; 
  font-family:Arial,sans-serif;


}



.form-login {
  width: 400px;
  height: 340px;
  background: #4e4d4d;
  margin: auto;
  margin-top: 180px;
  box-shadow: 7px 13px 37px #000;
  padding: 20px 30px;
  border-top: 4px solid #017bab;
  color: white;
}

.form-login h5 {
  margin: 0;
  text-align: center;
  height: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
  font-size: 20px;
}

.controls {
  width: 100%;
  border: 1px solid #017bab;
  margin-bottom: 15px;
  padding: 11px 10px;
  background: #252323;
  font-size: 14px;
  font-weight: bold;
  color:white;
  
}

.buttons {
  width: 100%;
  height: 40px;
  background: #017bab;
  border: 2px solid #ccc;
  color: white;
  margin-bottom: 16px;
  cursor : pointer;
}
.buttons:hover{
  background-color: red;
}

.form-login p{
  height: 40px;
  text-align: center;
  border-bottom: 1px solid;
}

.form-login a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.form-login a:hover {
  text-decoration: underline;
}

/*-------------------------principal-----------------*/


