#wrapper {
    max-width: 450px;
    margin: 2% auto 0;
}

#wrapper

.login_content form {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.15);  
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.15);
}

.submit {
    font-weight: bold;
    width: 100%;
}

.agreement-checkbox {
    text-align: left;
    margin-top: 20px;
}

.agreement-checkbox input {
    margin-top: 4px;
    float: left;
}

.agreement-checkbox label {
    color: #999;
    font-weight: normal;
    display: inline;
    margin-left: 8px;
    float: left;
    width: 89%;
    font-size: 12px;
    cursor: pointer;
}

.agreement-checkbox a {
    margin: 0!important;
    font-size: inherit !important;
}

.action-button {
    margin-top: 10px; 
    margin-bottom: 15px;
}

.alert {
    margin-bottom: 10px;
}

.alert-lg {
    font-size: 15px;
}

.login_content form {
    margin-top: 0;
}