@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html, body {
    background-color: #fff;
    background: url("../img/Background.png") no-repeat center center fixed;
    background-size: cover;
    color: #636b6f;
    font-weight: 100;
    height: 100%;
    overflow: auto;
    margin: 0;
}

.caixa{
    position: absolute;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 5%;
    padding-right: 1%;
    padding-left: 1%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 0.1px solid rgba(211, 211, 211, 0.9);
    -webkit-box-shadow: -2px 5px 61px -1px rgba(184,182,184,1);
    -moz-box-shadow: -2px 5px 61px -1px rgba(184,182,184,1);
    box-shadow: -2px 5px 61px -1px rgba(184,182,184,1);
    border-radius: 0.5%;
}
.imgLogin{
    margin-top: -25%;
    margin-left: 20%;
    width: 60%;
    height: auto;
    margin-bottom: -10%;
}
.verde{
    font-family: 'PT sans', sans-serif;
    color: #a9b768;
    text-align: center;
    font-weight: bold;
    font-size: 18;
    letter-spacing: 2px;
}
.texto{
    font-family: 'PT sans', sans-serif;
    text-align: center;
    font-size: 14;
    letter-spacing: 2px;
}
.btn-acesso{
    color: white;
    position: relative;
    background-color: #b5c75c;
}
.link{
    font-family: 'PT sans', sans-serif;
    font-weight: bold;
    font-size: 12;
    color: #767983;
}
.inputLinha{
    background: transparent;
    border: none;
    border-bottom: 1px solid #cdc7c7;
    margin-top: 2%;
}
input:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
.inputTexto{
    font-family: 'PT sans', sans-serif;
    font-size: 12;
    letter-spacing: 1px;
}
