html, body {
    background-color: #336b81;
}

body {
    padding-top: 40px;
}

.container {
    width: 300px;
}

.logo {
    padding-bottom: 40px;
}

/* The white background content wrapper */
.container > .content {
    background-color: #fff;
    padding: 20px;
    margin: 0 -20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.login-form {
    margin-left: 65px;
}

.confirmation-form {
    margin-left: 20px;
}

legend {
    /*margin-right: -50px;*/
    font-weight: bold;
    color: #404040;
}

input[type="checkbox"] {
    margin-top: 0 !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}