﻿.cloak {
    display: none;
}

.login-wrapper {
    max-width: 500px;
    margin: 30px auto;
}

.logo {
    height: 20px;
}

.footer_ajax {
    font-size: 120%;
    line-height: 50px;
    text-align: center;
}

.footer_err_msg {
    font-weight: bold;
    font-size: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    gap: 10px;
}

    .footer_err_msg span {
        flex: 1;
        overflow: hidden;
        text-align: center;
    }

button.footer_close {
    flex-shrink: 0;
    color: #a94442;
    opacity: 1;
    font-size: 150%;
    margin: -10px 10px 0 0;
}

.pointer {
    cursor: pointer;
}