﻿

.whiteBackground {
    background-color: white !important;
}

.continue .btn-next {
    display: inline-block;
    background: var(--ifin-primary) !important;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    font-weight: bold;
}

.btn-next {
    display: inline-block !important;
    background: var(--ifin-primary) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 30px !important;
    font-weight: bold !important;
    box-shadow: none !important;
    margin-bottom: 30px !important;
}
