body {
    font-family: 'Parkinsans', Arial, sans-serif !important;
}

.logo-wrap {
    margin-bottom: 35px;
}
.form-group {
    margin-bottom: 35px;
}
.warning {
    margin-bottom: 10px;
}

.btn-primary {
    /*background-image: linear-gradient(to bottom, #8D509A 0%, #80498c 100%) !important;*/
    background: #80498c;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 7px 18px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s;
}

.btn-primary.active,
.btn-primary:hover {
    /*background-image: linear-gradient(to bottom, #003399 0%, #002f8c 100%) !important;*/
    background: #8D509A;
    color: #fff;    
    border: none;
    outline: none;
    box-shadow: none;
}

.forgot-password::before {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    margin: 0 15px 0 15px;
}

@font-face {
    font-family: 'Parkinsans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/ParkinsansRegular.woff2') format('woff2');
}