
#login-box{
   position: relative;
   margin:  auto;
   top: 110px;
   height: 510px;
   width: 750px;
   
   box-shadow: 0 3px 6px 0px rgba(0,0,0,0.16), 0 3px 6px 0px rgba(0,0,0,0.23);
}

#login-box input{
  font-size: 18px;
  color: #333;
  border-color: #9c9c9c;
  width: 100%;
}

.left-box{
  /*background-image: url("../../images/fondo_login.jpg");*/
  position: absolute;
  left: 0;
  box-sizing: border-box;
  padding: 35px;
  width: 400px;
  /*background-color: #008e76;*/
  background-color: #ffffff;
  height: 510px;
}

.right-box img{
  display:block;
  margin:auto;
  padding-bottom: 30px;
}

h1 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 28px;
  text-align: center;
}

input[type="submit"] {
  margin-bottom: 28px;
  width: 120px;
  height: 32px;
  background: #f44336;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-family: sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s ease;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus
{
    background: #005b8f;
    transition: 0.2s ease;
}

.right-box
{
    position: absolute;
    right: 0;
    box-sizing: border-box;
    padding: 20px;
    width: 380px;
    height: 510px;
    background-size: cover;
    background-position: center;
   background-color: #004275;
}

.left-box .signinwith
{
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    font-family:"Lato";
    color: #ffffff;
    text-decoration: underline  #ff4d00;
    text-align: center;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.left-box .sol
{
    display: block;
    margin-bottom: 30px;
    font-size: 25px;
    font-family:"Lato";
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}


.left-box .ahora{
   font-size: 26px;
   font-family:"Lato";
   color: #000000;
   font-weight: bold;
   text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.left-box .req{
    font-size: 22px;
    font-family:"Lato";
    color: #ffffff;
    font-weight: normal;
}

.left-box img{
    display:block;
    margin:auto;
}

.left-box label{
    font-size: 16px;
    font-family:'Lato';
    text-align: justify;
    color:#ffffff;
    text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}

@media (max-width: 768px){
    #login-box{

        width: 400px;
    }

    .left-box{
        display: none;
    }

    .right-box{
    position: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 30px;
    width: 400px;
    height: 510px;
}
}

@media (max-width:430px){
    #login-box{
        width: 95%;
    }

    .right-box{
        width:  100%;
    }
}

/*.close-btn {
    position: relative;
    padding: 1px 5px;
    top: -20px;
    left: 330px;
}*/

.correo:hover{
  transform: scale(1.05);
}


.correo{
  background: #005b8f;
  border:none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  outline: medium none;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 5px;
  border-radius: 2px;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.16), 0 1px 2px 0px rgba(0,0,0,0.23);
}

.text-l{
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
  color: #636363;
  font-family: 'Lato';
  font-weight: normal;
}

.text-l2{
  font-size: 18px;
  color:#ff4d00;
  text-align: center;
  margin: 10px 0;
  color: #636363;
  font-family: 'Lato';
  font-weight: normal;
}

.text-l a{
  color:#ff4d00;
  font-family: 'Lato';
  font-size: 20px;
  cursor: pointer;
}
