@charset "UTF-8";
/* CSS Document */

html {
    font-size: 16px;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

img {
    display: block;
    border: none;
}

.header {
    width: 489px;
    height: 58px;
    margin: 10px auto 20px auto;
}

.container {
    width: 1024px;
}

.large {
    background: url(portal_bg_large_20240904.png) no-repeat center top;
    height: 297px;
    background-size: 100% 100%;
}

.small {
    background: url(portal_bg_small.png) no-repeat center top;
    background-size: 100% 100%;
    height: 186px;

}

.push {
    margin-right: 15px;
}

.btn {
    width: 280px;
    float: left;
}

.btn img {
    margin-top: 60px;
    margin-left: 27px;
    width: 230px;
    height: 56px;
}

.img {
    width: 240px;
    float: right;
}

.img img {
    width: 240px;
    height: 178px;
}

form {
    text-align: left;
    padding: 130px 0 0 32px;
}

input {
    width: 210px;
    height: 44px;
    margin-right: 35px;
    font-size: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #484848;
}

#submit {
    display: block;
    width: 350px;
    height: 56px;
    font-size: 0px;
    border: none;
    margin: 17px 0 0 63px;
    padding: 0;
    background-image: url(portal_btn_sign_in.png);
    background-color: transparent;
    cursor: pointer;
    text-indent: -9999px;

}

.merch .btn {
    width: 100%;
    text-align: center;
}

.merch .btn img {
    display: inline;
}

