        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
        }
.ekran {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.kiru_block {
    margin-top: 10vh;
    width: 85vh;
    height: 85vh;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* Көлеңке қосу */
    border-radius: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
}
.kiru_block_title {
    width: 100%;
    height: 15vh;
    background-color: #3045a7e6;
    backdrop-filter: blur(50px);
    border-radius: 30px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kiru_block_title h1 {
    color: white;
}

.kiru_block_form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 0px 0px 30px 30px;
}
.turalaim {
  width: 70vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first_last_name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    }
.name_block_form_input {
    width: 33vh;
    height: 5vh;
    border: 1px solid #3045a7e6;
    border-radius: 20px;
    padding: 10px 20px;
}
.text_kiru_block_form {
  margin-top: 20px;
}
.kiru_block_form_input {
    width: 69vh;
    height: 5vh;
    border: 1px solid #3045a7e6;
    border-radius: 20px;
    padding: 10px 20px;
}
.tandau {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
}
.kiru_button {
    margin-top: 5vh;
    width: 50vh;
    height: 45px;
    font-size: 20px;
    color: white;
    background-color: #3045a7e6;
    border: 0.1px solid #3045a7e6;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    
}
.kiru_button:hover {
    background-color: #3e52ace6;
   
}

.boss {
    width: 100%;
    height: 5vh;
}
    @media (max-width: 768px) {
        .kiru_block {
            width: 70vh;
        }
        .turalaim {
          width: 50vh;
        }
        .name_block_form_input {
          width: 25vh;
        }
        .kiru_block_form_input {
          width: 50vh;
        }
    }



    @media (max-width: 533px) {
        .kiru_block {
            width: 55vh;
        }
        .turalaim {
          width: 45vh;
        }
        .first_last_name {
          display: flex;
          align-items: center;
          flex-direction: column;
        }
        .name_block_form_input {
          width: 40vh;
        }
        .kiru_block_form_input {
          width: 40vh;
        }
    }



      @media (max-width: 490px) {
        .kiru_block {
            width: 46vh;
        }
        .turalaim {
          width: 40vh;
        }
        .name_block_form_input {
          width: 37vh;
        }
        .kiru_block_form_input {
          width: 37vh;
        }
        .kiru_button {
          width: 200px;
        }
    }



    @media (max-width: 400px) {
        .kiru_block {
            width: 40vh;
        }
    }

