﻿@media screen and (max-width: 680px) {
    .auth_page .auth_page__main_mobile {
        width: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 680px) {
    .auth_page .auth_page__main__left_mobile {
        margin: 0;
    }
}

@media screen and (max-width: 680px) {
    #loginForm {
        position: static;
        float: left;
    }
}

.footer-b .foot-right {
    width: auto;
}

@media screen and (max-width: 680px) {
    .footerauthnew_mobile {
        clear: both;
        position: relative;
        height: 56px;
        margin-top: -56px;
        bottom: 0;
        min-width: 0;
        border-top: none;
    }
}

@media screen and (max-width: 680px) {
    .login_page_pre_mobile {
        overflow: visible;
    }
}

@media screen and (max-width: 680px) {
    .footer-b_mobile {
        border-top: 1px solid #e9e9e9;
    }
}

.wrapper-logo {
    margin: 0 0 15px 4px;
}
