.supbine-login-form {
    padding: 10px;
}

.supbine-success {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    width: 500px;
}

.supbine-help {
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    width: 500px;
}

.supbine-help p, .supbine-success p {
    margin: 0;
    padding: 0;
}