* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100vh;
}

section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.section_left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    height: 100vh;
    background: linear-gradient(to bottom,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
    /* justify-content: center;
    align-items: center; */

}

.section_left h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
    margin-top: 30%;
    margin-left: 162px;
}

.section_left p {
    font-size: 32px;
    color: #fff;
    margin-top: 138px;
    margin-left: 90px;

}

.btn {
    font-size: 20px;
    margin-top: 10%;
    margin-left: 35%;
    padding: 10px;
    width: 179px;
    height: 44px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(to right,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
}

.sign {
    text-decoration: none;
}

.section_right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.top {
    font-size: 36px;
    font-weight: 700;
    color: #6E666F;
    text-align: center;
}

.section__right_2 {
    display: flex;
    margin-left: 10%;

}

.section__right_2 input {
    
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
    margin-left: 40px;
    width: 14%;
    padding: 3%;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #F5F5F5;
}

.resend {
display: block;
    text-align: center;
    margin-top: 10%;
    font-size: 16px;
    color: #868693;
}

.resend a {
    text-align: center;
    color: #0088FF;
    text-decoration: none;
}

.btn_a {
    display: block;
    font-size: 20px;
    margin-top: 10%;
    margin-left: 28%;
    padding: 10px;
    width: 234px;
    height: 44px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right,
            #0088FF,
            #73AFF3);
}



.section_right_3 {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
    
}

.section_right_3 a {
    text-align: center;
    text-decoration: none;
    margin-top: 15%;
    color: #6E666F;
}
.btn_r {
    display: block;
    font-size: 20px
    ;margin: 10px auto;
    /* margin-top: 5px; */
    text-align: center;
    margin-left: 30%;
    padding: 10px;
    width: 234px;
    height: 44px;
    border: 1px solid transparent;
    /* border şəffaf */
    border-radius: 35px;
    padding: 10px 20px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        /* iç background */
        linear-gradient(to right, #0088FF, #D766DD) border-box;
    /* border gradient */
    color: #F5F5F5;
    cursor: pointer;



}

.send {
    text-decoration: none;
    color: #6E666F;
    font-weight: 700;
}




.back  button{
    width: 100px;
    background-color: #73AFF3;
    margin-left: 5%;
    margin-top: 5%;
    height: 40px;
    border-radius: 35px;
    cursor: pointer;
    border: none;
    outline: none;
  
    

    
}
.back button a{
   font-size: 20px;
   text-decoration: none;
   color: #fff;
}


/* 📱 Tablet üçün (≤1024px) */
@media (max-width: 1024px) {
    section {
        flex-direction: column;
        height: auto;
    }

    .section_left,
    .section_right {
        width: 100%;
        height: auto;
    }

    .section_left h1 {
        font-size: 48px;
        margin: 15% auto 0;
        text-align: center;
        margin-left: 0;
    }

    .section_left p {
        font-size: 24px;
        margin: 40px auto 0;
        text-align: center;
        margin-left: 0;
    }

    .btn {
        margin: 40px auto 0;
        display: block;
    }

    .section__right_2 {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .section__right_2 input {
        width: 20%;
        margin: 10px;
    }

    .btn_a,
    .btn_r {
        margin: 30px auto 0;
        display: block;
    }
}

/* 📱 Mobil üçün (≤768px) */
@media (max-width: 768px) {
    .section_left h1 {
        font-size: 36px;
    }

    .section_left p {
        font-size: 20px;
    }

    .btn,
    .btn_a,
    .btn_r {
        width: 80%;
        max-width: 250px;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .section__right_2 input {
        width: 18%;
        padding: 8px;
    }

    .resend {
        font-size: 14px;
    }
}

/* 📱 Kiçik mobil (≤480px) */
@media (max-width: 480px) {
    .section_left h1 {
        font-size: 28px;
        margin-top: 20%;
    }

    .section_left p {
        font-size: 16px;
        margin-top: 20px;
    }

    .btn,
    .btn_a,
    .btn_r {
        width: 90%;
        height: 40px;
        font-size: 16px;
    }

    .section__right_2 input {
        width: 22%;
        font-size: 14px;
        padding: 6px;
    }

    .resend {
        font-size: 12px;
    }

    .section_right_3 a {
        font-size: 14px;
    }

    .back button {
        width: 80px;
        height: 36px;
        font-size: 14px;
    }
}