.main-ati-panel-not-logged-in {
    display: flex;
    min-height: inherit;
    justify-content: center;
    align-items: center;
    font-size: .8rem; 
    height: 100dvh;
}
.main-ati-panel-not-logged-in .ati-logo {
    margin-inline: auto;
    margin-bottom: 20px;
}
.ati-reglog {
    position: relative;
    display: flex;
    width: 400px;
    padding: 20px 10px;
    gap: 20px;
    /* border: #e1e1e1 1px solid; */
    min-height: 260px;
    flex-direction: column;
}
.ati-reglog-form {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    gap: 10px;
}
.ati-reglog-form input {
    width: -webkit-fill-available;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.ati-reglog-form input[type="submit"] {
    height: 48px;
}

.reglog-note-success {
    color: green;
}
.reglog-note-error {
    color: red;
}
.suggested_forms {
    display: flex;
    color: var(--ati-link-color);
    justify-content: space-evenly;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1024px) {
    .html-ati-panel-not-logged-in body {
        margin-bottom: unset; 
    }
}