@charset "utf-8";
/* 1-smartphone/login_yogaencasa.css */


.body_login {
    margin: 0px;
}


html, body {
  height:100%;
  margin:0;
}



.linea_naranja {
    width: 100%;
    height: 3px;
    background-color:#fe5109;
}




#contenedor_login {
    width:100%;
    margin: 0;
    font-size: 100%;  
    font-family: "Sora", sans-serif;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    background: rgb(255,85,1);
    background: linear-gradient(180deg, rgba(255,85,1,1) 1%, rgba(255,255,255,1) 55%);
}

h2 {  display: none;}



.logo_yogaencasa {
    margin-top: 3em;
    width: 75%;
}



.titulo_login {
    margin: 0 auto 0 auto;
    font-family: "Sora", sans-serif;
    font-size: 100%;
    margin-bottom: 1%;
    color:#fff;
    text-transform: uppercase;
}



.fondo_ingreso {
    height: 100%;
    overflow: hidden;
    width: 85%;
    margin: 0 auto 0 auto; 
    padding-top: 2.5em;
    padding-bottom: 1em;
}

.input_login {
    font-family: 'Nunito', sans-serif;
    font-size: 120%;
    width:90%;
    padding:6px;
    box-sizing:border-box;
    background-color: transparent;
    outline:none;
    resize:none;
    border:0;
    transition:all .3s;
    border-bottom:1px solid #b58683;
    margin-bottom: 2%;
}

.input_login:focus{
    border-bottom:2px solid #ff600c;
    
}


.input_login:-moz-placeholder {color:#b58683;} /* para Firefox */
.input_login::-webkit-input-placeholder { color:#b58683;} /* para Chrome */
.input_login:-ms-input-placeholder {color:#b58683;} /* para Internet Explorer */



.entrar {
    margin-top: 6%;
}


.bot_entrar {
    font-family: 'Nunito', sans-serif;
    font-size: 185%;
    color:#fff;
    border-radius:2px;
    background:#ff5501;
    border:none;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight:bold;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    transition:all .3s
}

.bot_entrar:hover {
    color:#fff;
    background:#983244;
    padding-left: 15%;
    padding-right: 15%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.20);
}


.img_logoescuela{
    width: 20%;
    text-align: center;
    margin-top: 8%;
}






#olvidaste {
    padding-top: 1em;
    padding-bottom: 1em;
}

.olvidaste {
    color:#fff;
}




#claves {
    padding-top: 2em;
    
}

a.bot_claves {
    color:#825350;
    border-bottom-color: #fff;
    border-bottom: 1px solid;
    padding: 0.1em;
    text-decoration: none;
    font-size: 100%;
    transition:all .3s
}


a.bot_claves:hover {
    color: #432c2b;
    font-weight: bold;
}



.error {
    color: #825350;
    margin-bottom: 2%;
}




.link_terminos {
    margin-top: 6%;
}

.link_terminos a {
    font-size: 75%;
    text-decoration: none;
    color: #999;
}

.link_terminos a:hover {
    text-decoration: underline;
    color: #825350;
}