body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #546864;
}

#AuthForm {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    padding: 32px;
    border-radius: 64px;
    background-color: #151c19;
    color: #eee;
}

#AuthForm div {
    position: relative;
}

#AuthForm h4 {
    color: #999;
}

#AuthForm h1,
#AuthForm h2,
#AuthForm h3,
#AuthForm h4 {
    font-weight: 500;
}

#AuthForm label {
    font-size: 13px;
    color: #999;
}

#AuthForm input,
#AuthForm button {
    position: relative;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
    background: none;
    background-color: #444;
    font-size: 18px;
    color: #eee;
    border: none;
    outline: none;
    box-shadow: inset 0 0 0 1px #555;
}

#AuthForm input:focus {
    box-shadow: inset 0 0 0 2px #eee;
}

#AuthForm input.alarm {
    color: #c90;
}

#AuthForm .a {
    cursor: pointer;
    font-size: 13px;
    color: #69c;
}

#AuthForm .a:hover {
    color: #69e;
    text-decoration: underline;
}

#AuthForm button {
    cursor: pointer;
    color: #777;
    font-weight: 600;
}

#AuthForm button.active {
    background-color: #A3B51B;
    color: #000;
}

#AuthForm button.active:hover {
    background-color: #d3eb23;
}

#AuthForm .logo {
    fill: #A3B51B;
    /* stroke: #A3B51B;
    stroke-width: 2px;
    stroke-linejoin: round; */
    color: #A3B51B;
}

#AuthForm .icon {
    width: 28px;
    height: 28px;
    margin-right: 16px;
}

#AuthForm .error {
    color: rgb(255, 100, 100);
    font-size: 12px;
}

#AuthForm .hide {
    display: none;
}

#AuthForm [data-btn-showcode] {
    position: relative;
    width: 50px;
    height: 50px;
    box-shadow: none;
    background: none !important;
    padding: 0;
    fill: none;
    stroke: #bbb;
    stroke-width: 5px;
    stroke-linecap: round;
}