﻿html, body, form,
.Page, .Login {
    height: 100%;
}

.Login_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -200px;
    margin-left: -140px;
    width: 280px;
}
.Login__Logo {
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
}
.Login__Form {
    background-color: #fff;
    padding: 30px 20px;
}
.Login__Form .Button {
    margin: 0;
}

.Login__Form .Columns {
    margin-bottom: 0;
}

.Login_Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 2;
    
    text-align: center;
    color: #fff;
}

.Login_background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;    
    
}

.desktop .Login_background img {
    width: 100%;
}

.Login_background img {
    
}

.Login_Box .Buttons {
    padding: 0;
    margin: 0;
}

/* ExcludeAllFromPickersOutsideBlock */
