html { 
  background: url(../recursos/fondocircu.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

h2 {
  font-size: 25px;
  line-height: 40px;
  margin-top: 5px;
  font-weight: 600;
  color: #272346;
  text-align: center;
}



.group {
  display: flex;
  padding: 1px 5px;
  background-color: #ffffff;
}

.form-group {
  margin: 5px 0;
}

.form-group label {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.logo {
  text-align: center;
}

input {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  -ms-border-radius: 36px;
}

.logo img{
  width: 50%;
  margin: auto;
}

.form-group input{
  outline: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: rgb(46, 46, 46);
  text-align: left;
  padding: 14px 20px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: #cbdfec;
  border: 1px solid #e5e5e5;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.form-group input:focus {
  background:transparent;
  border: 1px solid #0568C1;
}

.btnLogin {
  font-size: 18px;
  color: #fff;
  width: 100%;
  background: #0568C1;
  border: none;
  padding: 14px 15px;
  font-weight: 700;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.btnLogin:hover {
  background: #16c225;
}

img{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
  
#login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  width: 350px; 
  height: 350px;
  /*border-radius: 50%;
  background: rgba(3, 3, 3, 0.8);*/
  overflow: hidden;
  opacity: 1;
  box-shadow: 0px 0px 0px #000;
}

  .imglogin{
    opacity: 0.99;
  }
  
  /* Login container */
#container{
  display: none;
}

.login-form {
  position: absolute;
  background: rgba(255, 255, 255);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 350px;
  height: 450px;
  margin: auto;
  padding: 2em;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgb(45, 122, 223)
}

  .close-btn{
    position: absolute;
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 18px;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    opacity: .2;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .close-btn:hover{
    opacity: .5;
  }
  
  /* Heading */
 