.auth-bg-img {
    background-image: url("../img/backgrounds/background.png");
    background-size: cover;
}

.vertical {
    border-left: 1px solid #d9dee3;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
}

.select2-selection__rendered {
    font-size: .95rem;
}

@media (max-width: 767px) {
    .vertical {
        display: none;
    }
}

.holds-the-iframe {
    background:url(../img/backgrounds/spinner.gif) center center no-repeat;
}
