﻿html, body, form,
.Page, .Login {
    height: 100%;
    background-color: #101010;
}
.BotaoAcesso{
    width: 200px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 9999;
}
.BotaoConfig{
    width: 80px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 9999;
}
.Login_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-top: -220px;
    margin-left: -180px;
    width: 350px;
    background-color: #b22222;
}
.Login__Logo {
    margin-top: -15px;
    text-align: center;
    color: #fff;
}
.Login__Form {
    border-radius: 10px;
    padding: 10px 5px;
    width: 310px;
}

.Login__Form .Button {
    margin: 0;
}

.Login__Form .Columns {
    margin-bottom: 0;
}

.Login_Footer {
    display: none;
    position: absolute;
    font-size: 80%;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    background-color: #fff;
}

.Login_background{
    position: absolute;
   
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #dfdfdf;
}

.desktop .Login_background img {
    width: 100%;
}

.Login_background img {
    
}

.Login_Box .Buttons {
    padding: 0;
    margin: 0;
}

/* ExcludeAllFromPickersOutsideBlock */