body {
    background: url("../images/sagenta/background.png") no-repeat center center fixed;
    background-size: cover;
}

.container, .card, .panel, .well {
    background-color: rgba(255, 255, 255, 0.92) !important;
    border-radius: 14px !important;
}

.logo img {
    max-height: 90px;
}

.btn-primary {
    background-color: #174a7c !important;
    border-color: #174a7c !important;
}

a {
    color: #174a7c;
}
