body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: left;
    background-color: #e4e5e6;
    display: flex;
    flex-direction: column;
     margin: 0;
     font-size: .875rem;
     font-weight: 400;
     line-height: 1.5;
     color: #23282c;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     min-height: 100vh;
 }
.main {
    flex: 1;
    min-width: 0;
}
.card {
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #e4e7ea;
    border-radius: .25rem;
    height: 100%;
}
.btn-link {
    font-weight: 400;
    color: #005A8C;
    text-decoration: none;
}
.btn-link:hover {
    color: #167495;
    text-decoration: underline;
}
.btn-primary {
    color: #fff;
    background-color: #005A8C;
    border-color: #005A8C;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b8eb7;
    border-color: #1985ac;
}
.form-control, .btn {
    font-size: .875rem;
}
.fa, .fas {
    font-size: .65rem;
}
#logo-card {
    width: 44%;
    background-color: rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
    .d-md-down-none {
        display: none!important;
    }
    .card:first-child {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

.card-footer {
    padding: .25rem .5rem;
    height: 50px;
    background-color: white;
    border-bottom: none;
    border-top: none;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-header {
    margin-bottom: 0;
    height: 50px;
    background-color: white;
    border-bottom: none;
    border-top: none;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

/* WL */

.wl-body {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    background-color: #0096d6;
    background-position: center;
    background-size: cover;
}

.wl-header {
    color: #FFF;
}

.wl-header__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 48px;
}

.wl-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

.wl-box {
    display: block;
    width: 100%;
    max-width: 440px;
    padding: 24px;
    margin: 0;
    color: #141415;
    background-color: #FFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.wl-box+.wl-box {
    margin-top: 8px;
}

.wl-box__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #0096d6;
    margin-bottom: 8px;
    margin-top: 0;
}

.wl-box__desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 0;
}

.wl-textfield {
    display: block;
    min-height: 100px;
    margin-bottom: 8px;
}

.wl-textfield__label {
    display: block;
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 500!important;
    color: #141415;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.wl-textfield__input {
    display: block;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    width: 100%;
    height: 40px!important;
    padding: 8px 12px!important;
    color: #616F75!important;
    background-color: #FFF!important;
    border: 1px solid #4E575F!important;
    border-radius: 6px!important;
}

.form-control.wl-textfield__input:focus {
    border: 2px solid #1b1c1e!important;
    box-shadow: none!important;
}

.wl-btn {
    display: block;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    background: transparent;
    margin: 0;
    padding: 4px;
    min-height: 56px;
    border: 0;
    outline: 0;
    -webkit-appearance: button;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.wl-btn--block {
    display: block;
    width: 100%;
}

.wl-btn__inner {
    overflow: hidden;
    padding: 12px 20px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.wl-btn__content {
    position: relative;
    z-index: 1;
}

.wl-btn .wl-btn__inner {
    color: #FFF;
    background-color: #0096d6;
    border: 2px solid #0096d6;
}

.wl-btn:focus .wl-btn__inner {
    outline: 2px solid #1B1C1E;
    outline-offset: 2px;
}

.wl-btn--secondary .wl-btn__inner {
    background-color: #FFF;
    border: 2px solid #1B1C1E;
    color: #1B1C1E;
}

.wl-btn--secondary:focus-visible .wl-btn__inner,
.wl-btn--secondary:focus .wl-btn__inner {
    background-color: #FFF;
    border: 2px solid #1B1C1E;
    color: #1B1C1E;
    outline: 2px solid #1B1C1E;
    outline-offset: 2px;
}

@media (hover: hover) {
    .wl-btn:hover .wl-btn__inner {
        color: #FFF;
        border-color: #007db3;
        background-color: #007db3;
    }

    .wl-btn--secondary:hover .wl-btn__inner {
        color: #fff;
        border-color: #1b1c1e;
        background-color: #1b1c1e;
    }

    .wl-btn--text:hover .wl-btn__inner {
        color: #fff;
        background-color: #0096d6;
        border-color: #0096d6;
    }
}

.wl-btn--text .wl-btn__inner {
    color: #0096d6;
    background-color: #FFF;
    border: 2px solid #FFF;
}

.wl-dialog,
.wl-dialog__overlay {
    background-color: rgb(0 0 0 / 0.5);
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.wl-dialog__content {
    z-index: 2;
    position: relative;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.wl-dialog__close {
    position: absolute;
    top: 10px;
    right: 26px;
    border: 0;
    padding: 6px;
    color: #808080;
    background-color: transparent;
    font-size: 24px;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    transition: 0.15s;
    border-radius: 50%;
}
.wl-footer {
    color: #FFF;
}

.wl-footer__logo {
    padding: 18px 6px;
}

.wl-footer__logo>img {
    max-width: 124px;
}


