.app {
    background-color: #f2f2f2;
}

a {
    color: #B94645;
    text-decoration: underline;
}

.color-layer {
    background-color: #960E53 !important;
    opacity: 0.85;
}

.auth-wrapp {
    position: relative;
    overflow: hidden;
}

.app.auth {
    padding-top: 0;
}

.auth-wrapp .auth-logo {
    height: 6rem;
    width: auto;
}

.auth-wrapp .auth-mask,
.auth-wrapp .auth-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.auth-wrapp .auth-mask {
    z-index: 1;
}

.auth-wrapp .auth-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

.auth-wrapp .auth-bg-scroll {
    background-attachment: scroll;
}

.auth-wrapp .auth-content {
    position: relative;
    z-index: 2;
}

.auth-wrapp .auth-footer {
    padding: 1rem 0;
}