body {
    background-image: url('../../img/login-bg.jpg');
    background-size: cover;
}

.form-signin {
    width: 50%;
    background: rgba(255,255,255,0.5);
    margin: 30px auto 0;
    padding: 20px;
    min-width: 330px;
}

.form-signin input {
    background-color: #fff;
    padding: 8px 10px;
    color: #1f1f1f;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.form-signin .forgot-password-link {
    color: #010101;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.form-signin .register-button {
    background-color: #fda60c;
    color: #1f1f1f;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    margin-right: 20px;
}