
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
:root
{
  --main-color:  #83135f ;
  --main-white:  white ;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background: url("./../img/elements/back.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
::selection{
  color: #fff;
  background: #003F6E;
}
#whatsapp{
  text-align: center;
}

.wrapper .logo{
  width: 1000px;
  height: 129px;
  background: url(../img/banner_grande.png);
}
.whats_count{
  margin-top: 35px;
}
.title-custom{
    color: white;
    text-shadow: 2px 2px 2px #e0661c;
    font-weight: bold;
}
.wrapper{
  color: #2c2c63;
  max-width: 2000px;
  text-align: center;
  position:relative;
  bottom:15%;
}
.wrapper .title{
  margin-top: 35px;
  font-size: 40px;
  font-weight: 500;
}
.indicasion{
    margin-top: 5px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
  }
.wrapper .title span{
  font-weight: 700;

}
.wrapper form{
  margin: 50px 0;
}
.wrapper form .email-field{

  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

form .email-field input{
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size: 18px;
}
 form .email-field button{
  height: 100%;
  width: 200px;
  outline: none;
  border: none;
  background: #2c2c63;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.third:hover,.third:active {
 box-shadow: 0 0 1px 0 var(--main-white) inset, 0 0 2px 4px var(--main-color);
}

.btn-sesion{
    width: 400px;
    outline: none;
    border: none;
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s ease;
  }
  .title-sesion {
     color:black!important;
    text-shadow: 2px 2px 2px #05ccc9;
    font-weight:bold!important;
  }
  /* seccion de login start */
form .email-field button:hover{
  background: #000;
}
.btn-login{
  background:#1b1f3c !important;
}
/* seccion de login end */

.imglogo {
    width: 27%;
}

@media (max-width: 630px) {
  body{
    width: 100%;
  }
  .wrapper .logo{
    width: 400px;
    height: 52px;
    background: url(../img/banner_chico.png);
  }
  .title span{
    font-size: 25px;
  }

}
@media (max-width: 542px){
  .wrapper{
    padding: 0px;
    max-width: 328px;
    display: block;
    margin: 0px auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 33%;
  }
  .form .email-field button{
    width: 150px;
    font-size: 17px;
  }
  .wrapper .logo{
    width: 400px;
    height: 52px;
    background: url(../img/banner_chico.png);
  }
    .wrapper .title {
        line-height: 20px;
    }
  .title span{
    font-size: 20px;
  }
    .imglogo {
        width: 91%;
        position: relative;
        bottom: 30%;
        display: block;
        margin: 0px auto;
    }
    .btn-sesion {
        width: 100%;
    }
    #errorwrapper{
        padding: 0px;
        max-width: 328px;
        display: block;
        margin: 0px auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 20%;
    }
@media (max-width: 340px){
  .wrapper .logo{
    width: 400px;
    height: 52px;
    background: url(../img/banner_chico.png);
  }
  .title span{
    font-size: 25px;
  }
}
