html,
body {
    height: 100%;
    margin: 0px;
    --color-primary-lighter: #8842FE;
    --color-primary: #3E20A3;
    --color-primary-darker: #30037C;
    --color-secondary: #45CFEF;
    --color-hover: #FFD057;
    --color-active: #45CFEF;
    --color-gray: #F2F5FF;
    --color-text-black: #434343;
    --color-surface-gray: #F2F5FF;
    --color-surface-purple: #F2ECFC;
    --color-surface-apricot: #FFF6EE;
    --color-surface-lime: #F4FBE6;
    font-family: Montserrat, sans-serif;
    background-color: var(--color-primary);
}

.redirect-button {
    padding: 14px 24px;
    background: #3E02A3;
    border-radius: 32px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
}

#button-redirect-container {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

img.htmx-indicator.center-horizontally {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#base {
    min-height: 100vh;
    background-color: #45CFEF;
}

#text {
    font-family: Montserrat, sans-serif;
}

#logo img {
    max-width: 50vw;
}

#button a img {
    max-width: 60vw;
}

@media (min-width: 800px) {
    #base {
        display: flex;
    }

    #logo_and_text {
        padding-left: 50px;
    }

    #logo {
        margin-top: 106px;
    }

    #text {
        margin-top: 72px;
        margin-right: 40px;

        h1 {
            font-size: 72px;
        }

        p {
            font-size: 16px;
        }
    }

    #button {
        margin-top: 56px;
        margin-bottom: 40px;
    }
}

@media (max-width: 800px) {
    #logo_and_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #picture_desktop {
        display: none
    }

    #logo {
        margin-top: 17px;
        margin-bottom: 24px;
        margin-right: 106px;
        margin-left: 106px;
    }

    #text {
        max-width: 100%;
        margin-left: 16px;
        margin-right: 16px;
        text-align: center;

        h1 {
            font-size: 40px;
        }

        p {
            font-size: 14px;
        }
    }

    #button {
        margin-top: 40px;
        margin-bottom: 75px;
    }
}

/* This is for the error notification */
.col-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.alert {
    border: 0;
    border-radius: 3px;
    position: relative;
    padding: 20px 15px;
    line-height: 20px;
}

.alert b {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.alert,
.alert.alert-default {
    background-color: white;
    color: #555555;
}

.alert a,
.alert .alert-link,
.alert.alert-default a,
.alert.alert-default .alert-link {
    color: #555555;
}

.alert.alert-inverse {
    background-color: #292929;
    color: #fff;
}

.alert.alert-inverse a,
.alert.alert-inverse .alert-link {
    color: #fff;
}

.alert.alert-primary {
    background-color: #a72abd;
    color: #ffffff;
}

.alert.alert-primary a,
.alert.alert-primary .alert-link {
    color: #ffffff;
}

.alert.alert-success {
    background-color: #55b559;
    color: #ffffff;
}

.alert.alert-success a,
.alert.alert-success .alert-link {
    color: #ffffff;
}

.alert.alert-info {
    background-color: #00cae3;
    color: #ffffff;
}

.alert.alert-info a,
.alert.alert-info .alert-link {
    color: #ffffff;
}

.alert.alert-warning {
    background-color: #ff9e0f;
    color: #ffffff;
}

.alert.alert-warning a,
.alert.alert-warning .alert-link {
    color: #ffffff;
}

.alert.alert-danger {
    background-color: #f55145;
    color: #ffffff;
}

.alert.alert-danger a,
.alert.alert-danger .alert-link {
    color: #ffffff;
}

.alert.alert-rose {
    background-color: #ea2c6d;
    color: #ffffff;
}

.alert.alert-rose a,
.alert.alert-rose .alert-link {
    color: #ffffff;
}

.alert-info,
.alert-danger,
.alert-warning,
.alert-success,
.alert-rose {
    color: #ffffff;
}

.alert-default a,
.alert-default .alert-link {
    color: rgba(0, 0, 0, 0.87);
}

.alert span {
    display: block;
    max-width: 89%;
}

.alert.alert-danger {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.alert.alert-danger i {
    color: #f44336;
}

.alert.alert-warning {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.alert.alert-warning i {
    color: #ff9800;
}

.alert.alert-success {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.alert.alert-success i {
    color: #4caf50;
}

.alert.alert-info {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.alert.alert-info i {
    color: #00bcd4;
}

.alert.alert-primary {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.alert.alert-primary i {
    color: #00bcd4;
}

.alert.alert-rose {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.alert.alert-rose i {
    color: #e91e63;
}

.alert.alert-with-icon {
    margin-top: 43px;
    padding-left: 66px;
}

.alert.alert-with-icon i[data-notify="icon"] {
    display: block;
    left: 15px;
    position: absolute;
    margin-top: -39px;
    font-size: 20px;
    background-color: #ffffff;
    padding: 9px;
    border-radius: 50%;
    max-width: 38px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.alert .close {
    line-height: .5;
}

.alert .close i {
    color: #ffffff;
    font-size: 11px;
}

.alert .close:focus {
    outline: none;
}

.alert i[data-notify="icon"] {
    display: none;
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 1.071rem;
}

.alert .alert-icon i {
    margin-top: -7px;
    top: 5px;
    position: relative;
}

.alert [data-notify="dismiss"] {
    margin-right: 5px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}