@import url(basic.css);

#header {
    overflow: hidden
}

    #header .logo {
        margin: 18.67vw 0;
        text-align: center
    }

        #header .logo img {
            width: 41.07vw;
            height: 26.13vw
        }

#container {
    padding: 0 6.4vw
}

    #container .loginArea input {
        margin: 0 0 2.13vw;
        padding: 0 6.13vw;
        width: 100%;
        height: 13.6vw;
        color: #a0a0a0;
        border: 0 none;
        background-color: #ebebeb;
        border-radius: 1.07vw
    }

    #container .loginArea button {
        margin: 12.8vw 0 4.27vw;
        width: 100%;
        height: 13.87vw;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: center;
        border: 0 none;
        border-radius: 1.07vw
    }

    #container .loginArea p {
        color: #a0a0a0;
        font-size: 3.2vw;
        text-align: center
    }
    