.login-wrapper {
    background: url("/images/Sigulda_Elvi.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header .header__logo {
    width: 147px;
    height: 50px;
    background: url(/images/Elvi_logo_white.png) no-repeat center center;
}

header {
    background-color: #6fbf4e;
    color:#ffffff;
}

.btn-primary, .btn-type-1 {
    border-color: #6fbf4e !important;
    background-color: #6fbf4e !important;
}

.btn-primary:hover {
    background-color: #8fcc77 !important;
}
