body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #0c0b54;
    background: -moz-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: linear-gradient(135deg, #0c0b54 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0b54', endColorstr='#000000', GradientType=1);
    background-repeat: no-repeat;
}

.aut {
    width: 1400px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background-color: #050714;
    box-shadow: 1px 1px 10px 2px #3e5bad;
}

.body_cen {
    display: flex;
}

.image-aut {
    float: right;
}

.image-aut__form {
    height: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.checkbox_block {
    width: 450px;
}

.zaq-aut {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.aut__form {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.reg__form {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form-aut {
    width: 450px;
    height: 50px;
    margin-top: 20px;
}

.fieldWrapper input {
    color: #fff;
    overflow: visible;
    background: none;
    border-bottom: inset;
    border-right: none;
    border-left: none;
    border-top: none;
}

.aut-form button {
    width: 450px;
    height: 70px;
    margin-top: 0px;
    background-color: #3066FF;
    border: none;
    color: #fff;
}

.reg_zaq {
    margin-bottom: 0px;
}

button.aut__but {
    margin-top: 40px;
}

.aut input:focus {
    outline: none;
}

.text-none {
    text-decoration: none;
}

.text-aut {
    color: #fff;
    margin-top: 20px;
}

.fieldWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-aut span, .text-aut2 span {
    color: #3066FF;
}

.text-aut2 {
    color: #fff;
    display: flex;
    margin-top: 20px;
}

form.aut-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    overflow: visible;
    background: none;
    border-bottom: inset;
    border-right: none;
    border-left: none;
    border-top: none;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}

.messages_block {
    display: flex;
    justify-content: center;
    color: red;
    margin-top: -30px;
}

.messages_block ul {
    list-style: none;
    display: contents;
}

@media screen and (max-width: 1024px) {
    .image-aut img {
        width: 350px;
    }

    .aut__form {
        display: flex;
        height: 600px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    form.aut-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .aut {
        width: 85%;
        height: 60%;
    }

    .aut-form button {
        width: 80%;
        height: 50px;
        margin-top: 20px;
    }

    .zaq-aut {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .checkbox_block {
        width: 350px;
    }

    .form-aut {
        width: 80%;
        height: 50px;
        margin-top: 5px;
    }

    .text-aut2 {
        font-size: 14px;
        margin-top: 15px;
    }

    .aut-form button {
        margin-top: 0px;
    }

    button.aut__but {
        margin-top: 20px;
    }
}

@media screen and (max-device-width: 768px) {
    .aut {
        width: 85%;
        height: 60%;
    }

    .zaq-aut {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .form-aut {
        width: 80%;
        height: 40px;
        margin-top: 20px;
        font-size: 16px;
    }

    .aut-form button {
        height: 40px;
        margin-top: 0px;
        width: 170px;
        font-size: 14px;
    }

    button.aut__but {
        margin-top: 20px;
    }

    .checkbox_block {
        width: 250px;
    }

    .checkbox_text {
        font-size: 10px;
    }

    .text-aut2 {
        font-size: 14px;
        margin-top: 5px;
    }

    .fieldWrapper input {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }

    .image-aut img {
        width: 300px;
    }
}

@media screen and (max-width: 540px) {
    .checkbox_block {
        width: 200px;
    }

    .image_reg {
        display: none;
    }

    .form-aut {
        width: 100%;
        margin-top: 10px;
    }

    .aut-form button {
        width: 65%;
        height: 50px;
        margin-top: 0px;
    }

    .reg__form {
        width: 100%;
        flex-direction: column;
    }

    .aut__form {
        width: 100%;
        flex-direction: column;
    }

    .aut {
        height: 55%;
        display: flex;
        justify-content: center;
    }

    form.aut-form {
        width: 100%;
    }

    .aut-form {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .aut-form button {
        width: 100%;
    }

    button.aut__but {
        margin-top: 20px;
    }

    .messages_block {
        margin-top: -100px;
    }
}