@charset "UTF-8";

.row .column img,
.row .block img {
    max-width: 100% !important;
    height: auto !important;
}

.row .column,
.row .block {
    line-height: 1.85;
}

.row .block {
    margin-bottom: 1rem;
}

.row .block.image-block img {
    width: 100%;
}

/*
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
    z-index: 1;
}
*/
label.error {
    line-height: 1.5;
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 0;
}

.verify-fresh {
    flex: 0 0 48px !important;
    max-height: 40px;
    background: url(/assets/img/refresh.svg) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
}

.verify-fresh:before {
    display: block;
    content: "";
    padding: 24px;
}

form .form-group {
    margin-bottom: 28px;
}

form .form-group .form-control {
    margin-bottom: 0;
}

@media (max-width: 424px) {
    .page-num .ssm-hide {
        display: none !important;
    }
}