body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url(../images/bg-0.jpg);
    background-color: #7ebbf1;
}

.logo {
    top: -60px;
    position: absolute;
    left: 50%;
    margin-left: -170px;
}

#box {
    background: url(../images/box.png);
    width: 504px;
    height: 383px;
    margin: 15% auto 0;
    position: relative;
}

a.forgot {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    width: 504px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}

a.forgot:hover {
    color: rgba(255, 255, 255, .75);
}

h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 55px;
    text-align: center;
    width: 504px;
    opacity: 0.7;
}

form input[type=text], form input[type=password], form select {
    position: absolute;
    border: none;
    background: url(../images/input.png);
    display: block;
    height: 54px;
    width: 319px;
    padding: 0 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.28);
}

form select {
    padding-right: 0px;
    background-color: #FFFFFF;
    width: 339px;
    font-size: 20px;
    padding: 15px 5px;
    overflow: hidden;
}

form option {
    padding: 10px 5px;
}

form input[type=text]:focus, form input[type=password]:focus {
    outline: none;
    opacity: 1;
    background-position: 0 -54px;
}

form input[type=text], form select {
    left: 82px;
    top: 120px;
}

form input[type=password] {
    left: 82px;
    top: 180px;
}

form input[type=checkbox] {
    position: absolute;
    left: 300px;
    top: 268px;
    opacity: 0.8;
}

form label, form label {
    position: absolute;
    left: 320px;
    top: 269px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.17);
}

form label:hover {
    color: rgba(255, 255, 255, 1);
}

form input[type=button], form input[type=submit] {
    background: url(../images/button.png) no-repeat;
    border: none;
    display: block;
    position: absolute;
    top: 255px;
    left: 84px;
    width: 203px;
    height: 44px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
}

form input[type=button]:hover, form input[type=submit]:hover {
    background-position: 0 -44px;
}

form input[type=button]:active, form input[type=submit]:active {
    background-position: 0 -88px;
}