body {
    overflow-x: hidden;
}
.js-wa-form-item {
    width: 210px;
    margin: auto;
}
.wa-signup-url {
    display: none;
}
a.wa-login-forgotpassword-url {
    display: none !important;
}
.wa-login-form-actions.js-login-form-actions {
    margin-top: 17px;
}
.wa-login-form-wrapper .wa-login-form-title {
    margin: 0 0 13px 0!important;
}
h1 {
    top: 4px;
    position: relative;
    /* АВТОРИЗАЦИЯ */
    text-align: center;

    width: 100%;
    height: 34px;
    text-transform: uppercase;
    font-family: system-ui;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;

    /* Red gradient */
    background: linear-gradient(264.44deg, #A61212 0%, #D03E3E 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
img#logo {
    width: 45px;
    position: absolute;
}
input.wa-login-submit, input.gray, .wa-signup-form-wrapper input, .wa-signup-form-wrapper select, .wa-signup-form-wrapper textarea {
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
}
button.wa-done-signup-button {

    width: 100%;
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    /* margin-bottom: 10px; */
    position: relative;
}

.wa-value {
    display: grid;
}
.wa-login-form-wrapper input[type="text"], .wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"], .wa-forgotpassword-form-wrapper input[type="text"],
.wa-forgotpassword-form-wrapper input[type="email"],
.wa-forgotpassword-form-wrapper input[type="password"],
.wa-signup-form-wrapper input[type="text"], .wa-signup-form-wrapper input[type="email"], .wa-signup-form-wrapper input[type="password"]

{
    height: 40px;
    width: 100%;
    max-width: 100%;
    padding: 0.25em 0.25em;
    box-sizing: border-box;
    font-size: 1.142857142857143em;
    line-height: 1.125em;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-right: 16px;
}
.wa-login-form-fields.js-login-form-fields-block {
    grid-template-columns: 100%;
    display: grid;
    justify-content: space-evenly;
}
.wa-field {
    width: 100%;
}
div#page {
    margin: 0 5px 0 5px;
}
.wa-forgotpassword-button {
    margin-top: 16px;
}
section.wa-forgotpassword-form-fields.js-forgotpassword-form-fields {
    margin-top: 25px;
}
.wa-info-msg {
    display: block;
    position: relative;
    top: 50px;
}