body {
    background: url(../images/login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.logo{
  max-height: 60px;
  max-width: 200px;
  margin: 0 auto;  
}


.loginmodal-container input[type="text"], input[type="password"] {
    height: 70px;
    background-color: #222222;
    color: #fff;
    font-size: 3.014285714em;
    padding: 0.3em 0.45em;
    margin-bottom: 10px;
}


.calculator__keysr > * {

    padding: 0.6em 0.9em !important;
    border: 0 !important;
    font-size: 2.2em !important;
    font-weight: 600!important;

}

.loginmodal-submit {
    margin-top: 10px;
    height: 70px;
    font-family: 'Lato', 
    sans-serif!important;
    font-weight: 600!important;

}

