﻿.footer-auth {
    position: fixed;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

    .footer-auth p {
        text-align: center;
        color: #4e5766;
        font-size: 8pt;
    }

.brand {
    width: 120px;
}

.failure-txt {
    color: Red;
    font-size: 8pt;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #LoginMainContent_LoginSGF_UserName, #LoginMainContent_LoginSGF_Password {
        margin-top: 20px !important;
        width:80%!important;
    }
    .brand {
        width: 350px !important;
    }
    .lblerroDetalhado {
        font-size: 20px;
    }
    .failure-txt {
        color: Red;
        font-size: 35px !important;
    }
}









