<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.form-middle form {
    width: 400px;
    background-color: #ffffff;
}

.form-middle form img.logo {
    margin: 0 auto;
    display: block;
}

.v-100 {
    height: 100vh;
}

.table img.table-cover-images {
    width: 100px;
}

.table img.table-cover-images-2 {
    width: 200px;
}

.table img.table-cover-images-2 {
    width: 200px;
}

img.cover-images-detail {
    margin-top: 10px;
    width: 200px;
}

.foot__logo {
    width: 200px;
}

.foot__logo img {
    width: 200px;
    display: block;
}

.checkmark {
    width: 200px;
    margin: 10px auto 30px auto;
    display: block;
}

.confirmation_message {
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 712px) {
    .checkmark {
        width: 200px;
        margin: 10px auto 30px auto;
        display: block;
    }

    .confirmation_message {
        text-align: center;
        font-size: 24px;
    }

}

.admin-logo {
    width: 100px;
}

.admin-logo-login {
    width: 200px;
    margin: 0 auto;
    display: block;
}
</pre></body></html>