body {
    background: url(../img/bg-auth.png) no-repeat center top;
    color: white;
}

#auth-block {
    background: #0c3350;
}

input, input:focus, input:active, input:hover, button:focus, .btn-primary:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary, .btn-primary:hover {
    background: #46b9ff;
    border: none;
}

a, a u {
    color: #46b9ff;
    text-decoration: none;
}

.input-group{
    border-color: red;
}