﻿@media only screen and (max-device-height: 812px) and (max-device-width: 414px) {
    /*html, body {
        overflow-x: hidden;
    }*/
    body {
        /*position: relative;*/
        font-size: 80%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left top;
        display: block;
    }

    .logo-holder {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
    }

    form h2 {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .logo-wrapper h2 {
        line-height: 2;
    }

    .languages-swicher > ul > li {
        font-size: 1em;
    }

    .languages-swicher a {
        padding: 8px 16px;
    }

    .languages-swicher a.active {
        padding: 8px 16px;
    }

    .account-holder {
        background-color: rgba(68, 67, 76, 0.5);
        position: static;
        height: 100%;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }

    form {
        position: static;
        padding: 80px 40px;
        background-color: transparent;
    }

    form p, form label, form a {
        font-size: 0.9em;
    }

    form > .languages-swicher {
        position: absolute;
        top: 6px;
        left: 0;
    }

    .error-box {
        position: fixed;
        bottom: 0;
        top: auto;
    }
}

@media only screen and (max-device-height: 414px) and (max-device-width: 815px) {
    html, body {
        height: 100%;
    }
    body {
        /*position: relative;*/
        background-color: rgba(68, 67, 76, 0.5);
        font-size: 80%;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .logo-holder {
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
    }

    .account-holder {
        background-color: transparent;
        position: static;
        height: 100%;
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    form {
        min-width: 100%;
        padding: 0 40px;
        height: inherit;
    }

    form p, form label, form a {
            font-size: 0.9em;
    }

    form h2 {
        font-size: 1em;
        margin-bottom: 1em;
    }

    form > .languages-swicher {
        position: absolute;
        top: 6px;
        left: 0;
    }

    form ul li:last-child {
        margin-bottom: 0;
    }

    .languages-swicher > ul > li {
        font-size: 1em;
    }

    .languages-swicher a {
        padding: 8px 16px;
    }

    .languages-swicher a.active {
        padding: 8px 16px;
    }

    .logo-wrapper h2 {
        line-height: 1;
    }

    .logo-wrapper {
        padding-top: 30px;
    }

    .error-box {
        position: fixed;
        bottom: 0;
        top: 0;
        left: auto;
        right: 0;
        width: 50%;
        height: 30px;
    }

}
