.topMargin {
    margin-top: 60px;
    margin-bottom: 150px;
}
.borderWrap {
    border: 1px solid #d6d6d6;
}
.article h3 {
    font-family:'Josefin Sans' !important;
    display: block;
    font-size: 18px;
    color: #1b1b19;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.formBlock .article h3 {
    font-family: 'Josefin Sans';
    margin-top: 2rem;
    margin-bottom: 1rem;
}
form input, .formBlock form .form-control {
    font-size: 13px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #c1bdb5;
}
button.smlBtn, a.smlBtn {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    border: none;
    padding: 0;
    /* background-color: #c1ac3a; */
    border-radius: 0;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 15px;
}
.formBlock {
    padding: 15px 30px;
}
.login h5 span {
    background: #f5f2ec !important;
    padding: 0 10px;
}
.sign form a {
    width: 100%;
    float: right;
    font-size: 13px;
    font-weight: 500;
    color: #212121;
    line-height: inherit;
    margin-bottom: 20px;
}
form label {
    color: #515151;
    font-family: 'Josefin sans';
    line-height: 63px;
    margin-bottom: 0;
}
form .g-recaptcha {
    max-width: 450px;
    min-width: 300px;
    width: auto;
    height: 75px;
    margin-top: 1rem;
    /* background-color: #323232; */
}
.input-requirements {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: italic !important;
    text-align: left;
    list-style: disc;
    list-style-position: inside;
    color: #8e8e8e;
    margin: 0;
    padding: 0 4px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
@media only screen and (max-width: 576px) {
    .sign form a {
        width: auto;
        float: right;
        font-size: 12px;
        font-weight: 500;
        color: #212121;
        line-height: 20px;
        margin-bottom: 20px;
    }
     form label {
        color: #515151;
        font-family: 'Josefin Sans' !important;
        line-height: 42px !important;
        margin-bottom: 0;
    }
    main[role=main].container-fluid {
        padding-top: 0 !important;
    }
    .page-banner-slider.page-banner-slider-empty {
        display: none;
    }
    .formBlock {
        padding: 15px 30px;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 30px;
    }
}