@charset "utf-8";

#login{
    background-image: url(/img/layouts/bg_login_01.png);
    background-repeat: no-repeat;
    height: 257px;
    width: 416px;
    margin: 100px auto 0px auto;
    padding-top: 7px;
}

form {
    text-align: center;
}

#login_title {
    color: white;
    font-weight: bold;
    margin-bottom: 33px;
}

#login_button {
    margin-top: 10px;
}