﻿.divider {
    width: 100%;
    height: 2rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.field-validation-error span {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color: #C9273C !important;
    border-color: #C9273C !important;
}

    .btn-primary:hover {
        background-color: #B93748 !important;
        border-color: #B93748 !important;
        transition: all 1s ease !important;
        -webkit-transition: all 1s ease !important;
        -moz-transition: all 1s ease !important;
        -o-transition: all 1s ease !important;
        -ms-transition: all 1s ease !important;
    }

.form-status {
    min-height: 1.5rem;
}

.form-status.is-error {
    color: #b02a37;
}

.form-status.is-success {
    color: #146c43;
}

.website-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
