/*# sourceMappingURL=custom.min.css.map */

.auth-page-wrapper .auth-page-content .container .row.justify-content-center .col-xl-7.col-lg-8 .text-center .mt-3 .btn.btn-primary {
    background: #22A9D3;
    border-color: #22A9D3;
    background-color: #22A9D3;
    color: #fff;
    align-items: center;
    border: 1px solid #22A9D3;
    border-radius: 9px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    padding: 8px 16px;
    position: relative;
    touch-action: manipulation;
    transition: .3s;
    transition-property: color, border-color, background-color;
    white-space: nowrap;
}

.auth-page-wrapper .auth-page-content .container .row.justify-content-center .col-xl-7.col-lg-8 .text-center .mt-3 .btn.btn-primary:hover {
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 150px rgba(0, 0, 0, 0.1);
    background-color: #22A9D3;
    border-color: #22A9D3;
}

.auth-page-wrapper .auth-page-content .container .row.justify-content-center .col-xl-7.col-lg-8 .text-center .img-fluid {
    filter: hue-rotate(21deg);
}