
.not-validated-account-banner-container {
    align-items: center;
    background-size: cover;
    padding:1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.not-validated-account-banner-container a {
    background-color: #a94442;
    color: #fff;
    text-decoration: none;
}
