* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-height: 100vh;
}

section {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.section_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    min-height: 100vh;
    background: linear-gradient(to bottom,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
    /* justify-content: center;
    align-items: center; */

}

.btn_1,
.btn,
.btn_send {
    font-size: 1.2rem;
    ;
    margin-top: 5%;
    margin-left: 35%;
    padding: 10px;
    width: 30%;
    max-width: 250px;
    height: 44px;
    border-radius: 35px;
    border: 1px solid #fff;
    cursor: pointer;
    background: linear-gradient(to right,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
}

.sign {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.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;
    background: linear-gradient(to right,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
} */

.section_right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.top {
    font-size: 36px;
    font-weight: 700;
    color: #6E666F;
    text-align: center;
}

.section__right_2 {
    margin-left: 30px;
    text-align: center;

}

.section__right_2 p {
    margin-top: 5%;
    /* background-color: red; */
    margin-left: 10%;
    font-size: 26px;
    font-weight: 700;
}

.section__right_2 input {
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
    margin-left: 40px;
    width: 72%;
    padding: 3%;
    border-radius: 15px;
    outline: none;
    border: none;
    color: #868693;
    font-size: 20;
    background-color: #F5F5F5;
}

.sign_in_link {
    text-align: center;
    margin-top: 5%;
    font-size: 16px;
    text-decoration: none;
    color: #009DFF;
}


.btn_send {
    color: #fff;
    font-weight: 700;
}

.section_right_3 {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
}

.section_right_3 p {
    text-align: center;
    margin-top: 8%;
}

.btn_r {
    font-size: 20px;
    margin-top: 2%;
    margin-left: 30%;
    padding: 10px;
    width: 234px;
    height: 44px;
    border: 2px 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;
}
@media (max-width: 600px) {
    .section_left h1 {
        font-size: 2.2rem;
        margin-left: 5%;
        margin-top: 8%;
    }
    .section_left p {
        font-size: 1.2rem;
        margin-left: 5%;
        margin-top: 3%;
    }
    .btn_1, .btn, .btn_send, .btn_r {
        width: 80%;
        margin-left: 10%;
        font-size: 1rem;
    }
    .section__right_2 input {
        width: 100%;
        margin-left: 0;
        font-size: 0.9rem;
    }
}
@media (max-width: 768px){
 .section_left h1 {
        font-size: 2.2rem;
        margin-left: 5%;
        margin-top: 8%;
    }
    .section_left p {
        font-size: 1.2rem;
        margin-left: 5%;
        margin-top: 3%;
    }
    .btn_1, .btn, .btn_send, .btn_r {
        width: 80%;
        margin-left: 10%;
        font-size: 1rem;
    }
    .section__right_2 input {
        width: 100%;
        margin-left: 0;
        font-size: 0.9rem;
    }
}
@media(max-width:1024px){
    .section_left{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section_left h1 {
        font-size: 2.2rem;
        margin-left: 5%;
        margin-top: 8%;
    }
    .section_left p {
        font-size: 1.2rem;
        margin-left: 5%;
        margin-top: 3%;
    }
    .btn_1, .btn, .btn_send, .btn_r {
        width: 80%;
        margin-left: 10%;
        font-size: 1rem;
    }
    .section__right_2 input {
        width: 100%;
        margin-left: 0;
        font-size: 0.9rem;
    }
}