/*
 * @author Roy Arisse <support@perfacilis.com>
 * @copyright (c) 2020, Perfacilis
 */
body {
    font-size: 14px !important;
    background-color: #343a40!important;
}

header .row {
    box-shadow: 0 .125rem .125rem rgba(0, 0, 0, .25);
}

.bg-white {
    background-color: #fff;
}

hr.separator {
    margin: 3rem 0;
    border-top-width: 2px;
}

.price {
    font-size: 4rem;
    line-height: 4rem;
}

.desc {
    font-size: 1.5rem;
    line-height: 2rem;
}

.form-group {
    padding-bottom: 2rem;
}

.btn-xl {
    width: 100%;
    display: block;
    padding: 1.5rem !important;
    font-size: 2rem !important;
}

.strength-indicator {
    height: .25rem !important;
}