button:disabled.ax-btn,
button:disabled:active.ax-btn,
button:disabled:hover.ax-btn {
    color: #b3b3b3;
    background-color: #f0f0f0;
    box-shadow: none;
}

button:disabled.ax-btn:hover {
    border-color: rgba(0, 0, 0, 0.12);
}

.column,
form {
    display: flex;
    flex-direction: column;
}

.width-full {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.ax-panel {
    width: 500px;
    display: inline-block;
}

/* .ax-tab-header li {
    display: inline; 
} */

.ax-form-label {
    width: 5em;
}

.ax-form-con {
    width: auto;
}

.ax-form-input {
    width: 300px;
}

.ax-valid {
    text-align: left;
}

.width-25ch .ax-form-input {
    width: 25ch;
}


body {
    display: flex;
    height: 100vh;
}

aside {
    flex-basis: 30%;
    display: flex;
    align-items: center;
}

main {
    flex-grow: 1;
    display: grid;
    place-content: center;
    background-color: rgb(250, 250, 250);
}

form {
    row-gap: 22px;
}

.row-gap {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.ax-panel {
    padding: 28px;
}

.ax-panel-body {
    row-gap: 4px;
}

.ax-tab {
    row-gap: 18px;
}

.ax-tab-header {
    align-self: center;
    font-size: 22px;
}

.gap-32px {
    row-gap: 32px;
}

aside img {
    width: 100%;
}

button[id] {
    width: 50%;
}

#login {
    align-self: center;
}