body {
    background-color: #e3efe7;
    background-image: url('/assets/img/background.png');
    background-position: top center;
    background-repeat: no-repeat;
}

a,
a:active {
    color: #008632;
}

a:hover,
a:active {
    color: #0c7634;
}

.btn-primary {
    background: #008632;
    border-color: #006d28;
}

.btn-primary:active,
.btn-primary:focus,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check)+.btn:active {
    background: #0c7634;
    border-color: #006d28;
}

.btn-primary:hover {
    background: #006d28;
    border-color: #0c7634;
}

.login-template {
    max-width: 520px;
    margin-top: 60px;
}

.form-signin-well {
    background: #ffffff;
    border: 1px solid #a8cab3;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.blank-template {
    margin-top: 60px;
}

.blank-well {
    background: #ffffff;
    border: 1px solid #a8cab3;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
}