@charset "UTF-8";

/**
 * static/css/unique/login.css
 */

body {
    background: url(../../img/unique/login/bg.jpg) no-repeat center 0px;
}

header {
    padding-top: 155px;
    text-align: center;
    margin-bottom: 15px;
}
    header h1 {
        margin-bottom: 0;
    }

article {
    width: 400px;
    margin: 0 auto;
}
    article h1 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 18px;
    }

    article dl {
        margin-bottom: 30px;
    }
        article dt {
            font-weight: bold;
            width: 6em;
            color: #CA9D00;
            line-height: 40px;
        }
        article dd {
            position: relative;
            margin: -40px 0 15px 6em;
        }
            article dd input {
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
                border: 1px solid #C9CACA;
                outline:none;
                padding: 0 10px;
                font-size: 16px;
                line-height: 40px;
                height: 40px;
                width: 300px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
                article dd input:focus {
                    border: 1px solid #CA9D00;
                }

    article .submit {
        text-align: center;
        margin-bottom: 10px;
    }
        article .submit li {
            display: inline-block;
            /display: block;
            /zoom: 1;
        }
            article .submit button {
                cursor: pointer;
                background: none;
                border: none;
                display: block;
                font-size: 18px;
                color: #fff;
                background: #CA9D00;
                padding: 10px 30px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                outline: none;
            }
                article .submit button i {
                    font-weight: bold;
                }
            article .submit button:hover {
                background: #E5CE80;
            }

/**
 * for Tablet
 */
@media screen and (max-width: 999px) {
    body {
        background-size: 1000px auto;
    }
    header {
        padding-top: 100px;
    }
}

/**
 * for Tablet/SmartPhone
 */
@media screen and (max-width: 767px) {
    body {
        background-size: 700px auto;
    }
    header {
        padding-top: 60px;
    }
}

/**
 * for SmartPhone
 */
@media screen and (max-width: 479px) {
    header {
        padding-top: 40px;
    }
        header h1 {
            padding: 0 20px;
        }
            header h1 img {
                max-width: 100%;
                height: auto;
            }
    article {
        width: auto;
        padding: 0 10px;
    }
        article dd input {
            width: 100%;
        }
}
