﻿body {
    background:white;
    font-family: calibri;
}

html {
    overflow-y: scroll;
}


/* Remover background yellow */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* Remover border azul */
textarea, input { outline: none; }




.loginTitle{
    background:url('../images/loginTitleBG.png');
    height:50px;
    width:363px;
    margin:0 auto;
    margin-bottom: -2px;
    position:relative;
    margin-top: 100px;
}

    .loginTitle img{
        position:absolute;
        height:35px;
        top: 10px;
        left: 25px;
    }

    .loginTitle div{
        position:absolute;
        top: 10px;
        right: 50px;
        color:white;
        font-size:24px;
    }



.loginBG{
    background:url('../images/loginBG.png');
    width:363px;
    height:192px;
    margin:0 auto;
    position:relative;    
}
    .loginBG_User{
        position: absolute;
        top: 25px;
        left: 80px;
        font-size: 16px;
    }
        .loginBG_User input{
            border:0;
            font-size: 16px;
        }

    .loginBG_Pass{
        position: absolute;
        top: 85px;
        left: 80px;
        font-size: 16px;
    }
        .loginBG_Pass input{
            border:0;
            font-size: 16px;
        }

    .loginBG_Erro{
        position: absolute;
        bottom: 23px;
        left: 20px;
    }
        .loginBG_Erro span{
            font-size: 14px;
            color: red;
        }
    .loginBG_Button{
          position: absolute;
          right: 20px;
          bottom: 18px;
    }
        .loginBG_Button input{
            background: #1F2B65;
            padding: 4px;
            padding-left: 10px;
            padding-right: 10px;
            color: white;
            font-size: 14px;
            cursor:pointer;
        }
        
