/*#login {
    text-align: center;
}*/
.background {
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    background: url('img/background.jpg') no-repeat right center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: color;
    filter: blur(3px);
}

#desktop-block {
    position: absolute;
    top: 0px; width: calc(25% - 100px); bottom: 0px; left: 0px;
    min-width: 240px;
    background-color: #fff;
    text-align: left;
    padding: 90px 50px 0px 50px;
}
#desktop-message {
    margin-top: 150px;
    margin-bottom: 60px;
}
#desktop-login button {
    width: 100%
}
#desktop-logo-bottom {
    position: absolute;
    width: calc(100% - 100px); bottom: 30px;
    text-align: center;
}
#desktop-logo-bottom img {
    width: auto;
    height: 45px;
}

#mobile-block {
    position: absolute;
    top: 0px; width: 100%; bottom: 0px; left: 0px;
    /*background-color: rgba(185, 185, 185, 0.6);*/
    text-align: center;
    padding-top: 90px;
}
#mobile-logo-top img {
    width: 54vw;
    height: auto;
}
#mobile-message {
    margin-top: 150px;
    background-color: rgba(255, 255, 255, 0.6);;
    padding: 30px 20px;
    text-align: left;
    #mobile-login {
        margin-top: 50px;
    }
    #mobile-login button {
        width: 100%;
    }
}
#mobile-logo-bottom {
    position: absolute;
    width: 100%; bottom: 30px;
    text-align: center;
}
#mobile-logo-bottom img {
    width: 12vw;
    height: auto;
}
