﻿body, html {
    height: 100%;
}

    /*body#login-page {
        background: url('../images/BG-1920x1080.jpg?v=1.0');
        font-family: Public Sans, Regular;
        margin: auto;
    }*/
    body#login-page {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        background: #131313 url(../images/bg.png);
    }
.form {
    height: 100%;
}
.welcome {
    padding: 120px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 26px
}

    .welcome h1 {
        color: #f7cd3a;
        font-size: 48px;
        font-weight: bold;
        margin: 0 15px 20px
    }

.error {
    color: #f7cd3a;
}

.login {
    background: url(../images/login-form-background-desktop.png) no-repeat center;
    text-align: center;
    width: 435px;
    height: 520px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center
}

    .login h2 {
        margin: 0 0 30px
    }

.errorDiv {
    text-align: center;
    width: 435px;    
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.login-frame {
    padding-top: 95px;
    text-align: center;
}

@media (max-width: 640px) {

    .welcome {
        padding-top: 50px;
    }

    .login {
        background-image: url(../images/login-form-background-mobile.png);
        width: 335px;
        height: 385px
    }

    .errorDiv {
        width: 335px;
        padding-bottom: 25px;
    }

    .login-frame {
        padding-top: 95px;
    }
}
    /*.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-welcome {
    text-align: center;
}

    .login-welcome .header {
        color: #f7cd3a;
        font-size: 3em;
        font-weight: bold;
        margin-bottom: 0.5em;
    }

    .login-welcome label {
        color: white;
        font-size: 1.15em;
    }*/
    /*.login-area {
    
    background: url('../images/BG-login.png?v=1.0');
    height: 502px;
    width: 437px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5em;
}*/