* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: rgb(255 255 255) 10px;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

}

section .box {
    position: relative;
}

section .box .square {
    position: absolute;
    backdrop-filter: blur(200px);
    box-shadow: 0 25px 45px rgba 0, 0, 0, 0.1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(215 68 43);
    border-radius: 100px;
    animation: animate 5s linear infinite;
    animation-delay: calc(-1s * var(--i));
}

@keyframes animate {
    0%, 100% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(40px);
    }
}

section .box .square:nth-child(1) {
    top: -50px;
    right: -60px;
    width: 100px;
    height: 100px;
}

section .box .square:nth-child(2) {
    top: 150px;
    left: -100px;
    width: 120px;
    height: 120px;
    z-index: 2;
}

section .box .square:nth-child(3) {
    bottom: 50px;
    right: -60px;
    width: 80px;
    height: 80px;
    z-index: 2;
}

section .box .square:nth-child(4) {
    bottom: 62px;
    left: -36px;
    width: 50px;
    height: 50px;
}

section .box .square:nth-child(5) {
    top: -60px;
    left: 140px;
    width: 50px;
    height: 50px;
}

section .box .container {
    position: relative;
    width: 500px;
    min-height: 500px;
    background: rgb(199 199 199 / 60%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(3px);
    box-shadow: 0 25px 45px rgba 0, 0, 0, 0.1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

section .box .container .form {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 40px 40px 40px;
}

section .box .container .form .main_titleH2 {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.main_title {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 12px 40px 0px 40px;
}
.main_title .logo {
    display: flex;
    justify-content: center;
}
.main_title img {
    position: relative;
    object-fit: cover;
    width: 300px;
    hight:20px;

}

.main_title .logo::before {
    content: "";
    position: absolute;

    top: 72px;
    bottom: -10px;
    width: 418px;
    height: 4px;
    background: #000000;
}

section .box .container .form .inputBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 20px;

}

section .box .container .form div .button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section .box .container .form div .button_text {
    display: flex;
    flex-direction: column;

    width: 100%;
    justify-content: space-evenly;
}
section .box .container .form div .button_text p {
    margin-top: 33px;
}
section .box .container .form div .button_text p:first-of-type{
    margin-top: 38px;
}
section .box .container .form .select_type {
    width: 295px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    box-shadow: 0 5px 15px rgba 0, 0, 0, 0.05;
    display: block;
    margin-left: auto;
    margin-right: auto
}

section .box .container .form .inputBox .dmc {
    height: 30px;
}

section .box .container .form .inputBox .Sign_in {
    height: 30px;
}

section .box .container .form .inputBox .tehnika {
    height: 30px;
}



select option {
    background-color: rgba(123, 220, 233, 0.62);

}
section .box .container .form .button_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 8px;
}

section .box .container .form .inputBox p {
    width: 138px;
}
section .box .container .form .select {
    display: flex;

}
section .box .container .form .inputBox input, select {
    width: 250px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    box-shadow: 0 5px 15px rgba 0, 0, 0, 0.05;
}

#field3 {
    width: 100%;
}


section .box .container .form .inputBox input::placeholder {
    color: #c0b7b7;
}
section .box .container .form .inputBox input {outline: none;}
section .box .container .form .inputBox input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона белый при автозаполнении */
}

section .box .container .form .inputBox input[type=submit] {
    background: rgb(199 199 199 / 50%);
    color: #000000;
    max-width: 119px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}

section .box .container .form .forget {
    margin-top: 5px;
    color: #fff;
}

section .box .container .form .forget a {
    color: #fff;
    font-weight: 600;
}

.required {
    color: red;
    padding-left: 2px;
}
.button-wrapper {
    position: relative;
    display: inline-block;
}

.button-wrapper input[type="button"] {
    width: 119px; /* как у вас */
}

.popup {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: #4CAF50;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 10;
    margin-left: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.button-wrapper.show .popup {
    opacity: 1;
    visibility: visible;
}


/*# sourceMappingURL=style.css.map */