body {
    color: #2c3e50;
    background: url("../img/pattern.png");
}

.login > div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: .5rem;
    overflow: hidden;
}

h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.login-col-left {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.16), 2px 0 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.login-col-right {
    background: var(--color-primary);
    color: #fff;
    position: relative;
    padding: 40px 20px 20px 20px;
}

.login-col-right a {
    color: #fff;
}

.front-header {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1rem;
}

.front-header-logo {
    max-height: 100px;
}

.header-logo.landscape {
    max-width: 130px;
}

.login-illustration {
    width: 95%;
}

.login-toast {
    border-radius: 5px;
    font-size: .8rem;
    padding: 10px;
    margin: 0 0 20px 0;
}

.login-toast.danger {
    background: #ffcdd2;
    border: 1px solid #b71c1c;
    color: #b71c1c;
}

.login-toast.success {
    background: #c8e6c9;
    border: 1px solid #1b5e20;
    color: #1b5e20;
}

.login-toast i {
    margin-right: 10px;
}

.collection-item {
    cursor: pointer;
}

a.link {
    color: #fff;
}

a.link:hover {
    text-decoration: underline;
}

.pair-title {
    text-align: center;
    font-size: 1.1rem;
    margin: 7rem 0 3rem 0;
}

.pair-code {
    text-align: center;
    font-size: 4rem;
    letter-spacing: .2rem;
}

footer {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.footer-logo {
    width: 50px;
}

@media (min-width: 992px) {
    .login {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .login {
        width: 80%;
    }
}
