/* CSS INSTAGYM Document - Login Classes */

.navegacion-slider{
    position:fixed;
    top:10px;
    right:10px;
}
 .control-slides{
    margin:5px;
    cursor:pointer;
}


#conten_login {
    position:fixed;
    top:10px;
    left:200px;
    right:200px;
}


#header_img_login {
    /*background-image: url(images/logo_instagym_login.svg);*/
    width: 384px;
    height: 136px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}


#box_frm_login {
    width: 384px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 3px;
}


.label_usuario {
    width: 50%;
    height: 30px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}


.label_pass {
    width: 50%;
    height: 30px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.submit_login {
    width: 50%;
    height: 30px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}


.alert_msg_error_01 {
    width: 380px;
    height: 30px;
    float: left;
    background-color: #F00;
    color: #FFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    margin-top: 25px;
}

.sty_general {
    font-family: "helvetica neue",arial,sans-serif;
    font-size: 15px;
}

.recov_pass_txt {
  width:100%; height:15px; float:left; font-weight:bolder;
}

.undrl {
  text-decoration: underline;
}

.ClearTabb {
    clear:both;
}

@media only screen and (max-width: 512px) {
/* … */
    #header_img_login {
        width: 316px;
        height: 112px;
    }
}