
body {
}
.logo {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 10px 20px;
    margin-top: 120px;
}
.user-template {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#notice {
    animation: fadeOut 0.5s forwards;
    animation-delay: 1s;
    pointer-events: none;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        display: block;
    }
    to {
        opacity: 0;
        display: hidden;
    }
}

.bg-laarred-600 {
    background-color: EA3F48!important;
}
