.login-page .logo-text {
    font-size: 26px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.5px;
    position: relative;
    margin-inline: auto;
}
.login-page .logo-text:after {
    content: "";
    position: absolute;
    bottom: 3.5px;
    right: -8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #506fd9;
}
.login-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.login-main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 600px;
    transform: translateY(-50%);
    height: auto;
    padding: 50px 30px;
    margin-inline: auto;
    text-align: center;
}
.login-page .logo {
    margin-inline: auto;
    margin-bottom: 24px;
}
.login-page .input-wrapper {
    margin-bottom: 12px;
}
.btn-wrapper {
    margin-top: 24px;
}