﻿header, footer, .topheadernav, .footer-nav {
    display: none;
}

.auth-page {
    background: url(../../images/auth-back.jpg) no-repeat center center;
    background-size: 100% auto;
    height: 100vh;
    width: 100%;
    color: #999
}

.auth-box {
    position: fixed;
    left: 0;
    background: #fff;
    height: 100vh;
    width: 400px;
    padding: 50px;
    box-shadow: 0 2px 10px #222;
    font-size: 16px;
    background: #fff url(../../images/bottom.png) no-repeat right bottom;
    background-size: auto 200px;
}

    .auth-box h1 {
        font-size: 18px;
        border-bottom: 1px solid #eee;
        height: 40px;
        margin-bottom: 20px;
        color: #444;
    }

    .auth-box input[type=text], .auth-box input[type=password], .auth-box input[type=email] {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .auth-box input[type=checkbox] {
        width: 20px;
        height: 20px;
        border: 1px solid #aaa;
        margin-left: 10px;
        vertical-align: middle;
    }

    .auth-box .btn {
        margin-top: 12px;
    }

    .auth-box a {
        background: #eee;
        margin-top: 15px;
        display: inline-block;
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
        color: #999;
        border-radius: 2px;
    }

        .auth-box a:hover {
            background: #36c;
            color: #fff;
        }
    .auth-box div:first-child {
        font-size: 0 !important;
    }
.auth-desc {
    padding: 50px;
    margin-left: 400px;
}

    .auth-desc h2 {
        color: #fff;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        width: 360px;
        background: rgba(255,100,100,0.4);
        text-align: center;
        border-radius: 2px;
    }

    .auth-desc .titles {
        margin: 20px;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }

    .auth-desc .links {
        list-style-type: none;
        margin-top: 40px;
    }

        .auth-desc .links li {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            font-weight: bold;
        }

            .auth-desc .links li a {
                color: #777;
                background: #fff;
                padding: 0 10px;
                border-radius: 2px;
            }

                .auth-desc .links li a:hover {
                    background: #ff4545;
                    color: #fff;
                }
