/*
*RESPONSIVE PARA index de login 
*/
/* Extra large devices (large desktops,  and up)
@media (min-width: 801px) and (max-width: 1440px) { 
    
 }
 */
/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 641px) and (max-width: 800px) { 
    
 }
 */
/* Large devices (desktops, 992px and up)
@media (min-width: 415px) and (max-width: 640px) { 

}
*/
/* Medium devices (tablets, 768px and up)
@media (min-width: 376px) and (max-width: 414px) { 

}
*/
/* Small devices (landscape phones, 576px and up)
@media (min-width: 321px) and (max-width: 375px) { 

 }
*/
/* Extra small devices (portrait phones, less than 320px)*/
@media (max-width:320px) { 
    div#formularioLogin {
        width: 68%;
        height: 100%;
        background-color: black;
        opacity: 0.8;
        -moz-opacity: 0.7;
        text-align: center;
        border-radius: 10px;
    }
    input.formLogin {
        width: 84%;
    }
    .btn-abrir-popup {
        color: #29ab32!important;
        transition: 2s ease all;
        text-align: right;
        margin-right: 0px!important;
        font-size: 13px;
        cursor: pointer;
    }
    .TmñoF{
        font-size: 10px;
    }
}

    