*{
    margin:0;
    font-family: 'Roboto', sans-serif;
}
.hidden{
    display: none;
}
#clear{
    clear: both;
}
.page{
    position: absolute;
    overflow: auto;
    padding:50px 10px;
    height:100%;
    width:100%;
    background: #00A656;
}
.login-form{
    background-color: #fff;
    filter: alpha(opacity = 85);
    background-color: RGB(255, 255, 255, 0.85);
    padding:20px;
}
.page-active{
    display: block;
}
#telaLoad{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: RGB(0,149,48, 0.6);
    background-size: cover;
}
.load-login{
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    line-height: 50%;
}
.load-login-container{
    padding: 20px;
    background: RGB(255,255,255);
    border-radius:5px;
    text-align:center;
    height: auto;
    margin-top:-75px;
    margin-left:-120px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.align-center{
    z-index: 9999;
    text-align: center;
}
.img-spinner{
    width:50%;
}
.text-spinner{
    margin-top: -10px;
}