body {
  background-size: cover;
    background-repeat: no-repeat;
  color: #fff;
  background-image: url(../img/fondo.jpg);
}
.form-control {
  min-height: 41px;
background: #fff;
box-shadow: none !important;
border-color: #fecf2f;
}
.form-control:focus {
  border-color: #143252;
}
.form-control, .btn {
  border-radius: 19px;
 font-weight: bold;
}
.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
.login-form form {
  color: #7a7a7a;
  border-radius: 2px;
  margin-bottom: 15px;
    font-size: 13px;
    background: #1b698fd6;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    border-radius: 10%;
}
.login-form h2 {
  font-size: 22px;
    margin: 35px 0 25px;
    font-weight: bold;
}
.login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: white;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
  width: 100%;
}
.login-form input[type="checkbox"] {
    margin-top: 2px;
}
.login-form .btn {
  font-size: 16px;
  font-weight: bold;
background-image: linear-gradient(0deg, rgb(0, 27, 72) 0%, #03a9f4 100%);
border: none;
margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
  background: #049de2;
    outline: none !important;
}
.login-form a {
  color: #fff;
  text-decoration: underline;
}
.login-form a:hover {
  text-decoration: none;
}
.login-form form a {
  color: white;
	text-decoration: none;
  font-weight: bold;
}
.login-form form a:hover {
  text-decoration: underline;
}
/*estilo texto h2*/
.text-center{
  color: white;
}
/*media query*/
@media only screen and (max-width: 600px) {
  #form {
    margin-right: 13px;
    margin-left: 13px;
  }
}
