 html, body {
    height: 100%;
    width: 100%;
}

.bg-body-tertiary {
    display: none;
}

.btn-success {
    background-color: #00261a;
}
.btn-success:hover {
    background-color: #00261a;
}

.alert-info {
    background-color: #00261a4f;
}

.container {
    display: flex;
    height: 100%;
    width: 100%;
}

.card-success {
    margin: auto;
    border-radius: 25px;
    opacity: 0.85;
}

.logo-a {
   pointer-events: none;
   cursor: default !important;
}
