﻿.align-items-center {
    align-items: center !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.m-auto {
    margin: auto !important;
}

.w-100 {
    width: 100% !important;
}


.center-form__wrapper {
    width: 100%;
    max-width: 50rem;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .15);
    background: var(--white);
    color: var(--black-pure);
    line-height: 125%;
    padding: 30px;
    border-radius: var(--border-radius-large);
    margin: 0 auto;
}

a {
    cursor: pointer;
}

.spollers-popup__title {
    font-size: 14px;
}

.video-info .mejs__overlay-error {
    overflow: hidden;
}


@media (max-width: 74.99875em) {
    .spollers-popup__title {
        font-size: 12px;
    }
}