@charset "utf-8";
/* CSS Document */
/* ======== Cores ========


======================= */
@media screen and (min-width: 320px) {
    html, body
    {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
    }
    body
    {
        min-width: 100%;
        font-family: Arial;
        font-size: 16px;
        color: #333;
        line-height: 100%;
        min-height: 406px;
        margin: 0;
        background: url(../images/bg-mobile.jpg) center center no-repeat;
        background-size: cover;
    }
    img
    {
        border: none;
    }
     #formLogin
    {
        position: absolute;
        /*    background: url(../images/login/Cerebro_Melhor_Login.png);*/
        width: 348px;
        height: 406px;
        top: 50%;
        left: 50%;
        margin-top: -203px;
        margin-left: -174px;
        background-color: rgba(255,255,255,0.1);
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
    }
    #formLogin>.box
    {
        position: absolute;
        width: 338px;
        height: 396px;
        top: 5px;
        left: 5px;
        background-color: rgba(255,255,255,0.3);
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
    }
    #formLogin>.box>.tab
    {
        position: absolute;
        background: url(../images/login/tab.png) no-repeat;
        width: 130px;
        height: 50px;
        top: -5px;
        left: 30px;
    }
    #formLogin input
    {
        position: absolute;
        background-color: transparent;
        border: none;
        background: url(../images/login/input_bg.png) no-repeat;
        width: 266px;
        height: 38px;
        padding-left: 10px;
        padding-right: 10px;
        left: 34px;
		outline: none;
		
    }
    #formLogin #usr_email
    {
        top: 136px;
    }
    #formLogin #usr_password
    {
        top: 190px;
    }
    #formLogin #btn_ok
    {
        position: absolute;
        display: block;
        background: url(../images/login/btn_ok.png) no-repeat;
        width: 83px;
        height: 30px;
        top: 255px;
        left: 50%;
        margin-left: -41px;
    }
    #logo_user
    {
        position: absolute;
        width: 138px;
        height: 80px;
        top: 35px;
        left: 159px;
        border: 2px solid #fff;
    }
    #logo_user img
    {
        width: 138px;
        height: 80px;
    }
    #logos_cerebro
    {
        position: absolute;
        background-color: rgba(255,255,255,0.4);
        width: 100%;
        height: 94px;
        bottom: 0;
        -webkit-border-radius: 0 0 0 15px;
        border-radius: 0 0 0 15px;
    }
    #logos_cerebro img
    {
        position: absolute;
        bottom: 0;

    }
}
/* ========================================================================================================
481px
======================================================================================================== */
@media screen and (min-width: 780px) {
    html, body
    {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
    }
    body
    {
        min-width: 100%;
        font-family: Arial;
        font-size: 16px;
        color: #333;
        line-height: 100%;
        min-height: 406px;
        margin: 0;
        background: url(../images/bg.jpg) center center no-repeat;
        background-size: cover;
    }
	
    #formLogin
    {
        position: absolute;
        /*    background: url(../images/login/Cerebro_Melhor_Login.png);*/
        width: 348px;
        height: 406px;
        top: 50%;
        left: 50%;
        margin-top: -203px;
        margin-left: -174px;
        background-color: rgba(255,255,255,0.1);
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
    }
}
/* ====================================================================================================== */
.clear {clear: both;}
.nmr {margin-right: 0 !important;}
.nmb {margin-bottom: 0 !important;}
/*
#guarani
{
    position: absolute;
    background: url(../images/guarani.png) no-repeat;
    background-size: cover;
    object-position: center top;
    object-fit: cover;
	width: 180px;
	height: 193px;
    top: 5px;
    left: 50%;
    margin-left: -117px;
    z-index: 2;
}*/
