.modal-ati-user-reglog-wrapper {
    min-height: 400px;
    height: min-content;
}
.ati-user-reglog-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-ati-panel-not-logged-in {
    justify-content: center;
    align-items: center;
    font-size: .8rem; 
}
.main-ati-panel-not-logged-in .ati-logo,
.ati-user-reglog-wrapper .ati-logo{
    margin-inline: auto;
    margin-bottom: 20px;
}
.ati-reglog {
    position: relative;
    display: flex;
    width: 400px;
    max-width: 400px !important;
    padding: 20px 10px;
    gap: 10px;
    /* border: #e1e1e1 1px solid; */
    min-height: 260px;
    flex-direction: column;
}
.ati-reglog-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.ati-reglog-form input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--ati-btn-rad);
    box-shadow: inset 0px 0px 0px 1px var(--ati-border-color);
}
.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;
}
@media screen and (max-width: 1230px) {
    .html-ati-panel-not-logged-in body {
        margin-bottom: unset; 
    }
    .modal-ati-user-reglog-wrapper {
        min-height: 400px;
        height: auto;
    }
}