﻿.ati-login {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ati-login-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 0.75rem;
}

.ati-login-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ati-login-info-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

    .ati-login-info-text h5 {
        margin: 0;
    }

    .ati-login-info-text h6 {
        margin: 0;
    }


.ati-login-submit {
    align-items: center !important;
    justify-content: center !important;
}

    .ati-login-submit button {
        width: 100%;
    }


.ati-login-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

    .ati-login-links a {
        text-decoration: none;
        font-size: 0.875rem;
    }

.ati-login-accountmanager {
}

.ati-login-accountmanager-title {
}

    .ati-login-accountmanager-title h6 {
        font-weight: 500;
    }


.ati-login-accountmanager-message {
}

    .ati-login-accountmanager-message p {
        font-size: 0.775rem;
    }
