body {
    background: #fff;
}

.container {
    margin: 80px auto;
    width: 640px;
}

.login_logo {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 310px;
    text-align: center;
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px
        rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px
        rgba(0, 0, 0, 0.3);
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.login h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #d7ebf9;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}

.login input[type=text], .login input[type=password] {
    width: 301px;
}

button {
    padding: 0 18px !important;
    height: 29px;
}

.login button {
    width: 311px;
}

.login .ui-selectonemenu {
    width: 280px;
}

.login p {
    margin: 20px 0 0;
}

.login p:first-child {
    margin-top: 0;
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 90% !important;
}