@charset "UTF-8";

html, body{
    background-color: #750b16;
    margin: 0;
    padding: 0;
}

.verify-box{
    background-image: url("../_img/logo.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -150px;
    padding-top: 200px;
    width: 300px;
    height: 300px;
    text-align: center;
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.verify-input{
    border: 2px solid transparent;
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    height: 30px;
    margin-top: 50px;
    padding-left: 5px;
    width: 180px;
}

.verify-submit{
    margin-bottom: -7px;
    margin-left: 5px;
}


@media screen and (max-device-width: 480px) {

    html, body{
        background-color: #750b16;
        margin: 0;
        padding: 0;
    }

    .verify-box{
        background-image: url("../_img/logo.png");
        background-position: center top;
        background-repeat: no-repeat;
        border: 2px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -600px;
        margin-left: -450px;
        padding-top: 200px;
        width: 900px;
        height: 1000px;
        text-align: center;
        font-family: "Century Gothic", sans-serif;
        font-size: 50px;
        color: #FFFFFF;
    }

    .verify-input{
        border: 2px solid transparent;
        font-family: "Century Gothic", sans-serif;
        font-size: 50px;
        height: 60px;
        margin-left: 50px;
        margin-top: 50px;
        padding-left: 5px;
        text-align: center;
        width: 500px;
    }

    .verify-submit{
        visibility: collapse;
        margin-bottom: -7px;
        margin-left: 5px;
    }

}