* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100vh;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.section_left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 40%;
    height: 100vh;
    margin-top: 5%;
    margin-left: 10%;
    position: relative;
    top: 10px;
    margin-left: 5%;
}

.border-wrapper {
    width: 87%;
    max-width: 450px;
    border-radius: 35px;
    padding: 2px; /* border qalınlığı */
    background: linear-gradient(to right, #FF0000, #FFB618, #3BA637, #73AFF3);
    display: inline-block;
}

.inner-box {
    border-radius: 31px; /* wrapper radius - padding */
    background: white;
    padding: 20px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;

}
.inner-box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    margin-left: 20%;
}

.inner-box img {   
     position: absolute;
    width: 91px;
    left: -20px;
    top: -14px;

}



.section_left_2 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    max-width: 400px;
    max-height: 70px;
    width: 350px;
}

.section_left_2 input {
    margin-top: 15%;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin-left: 40px;
    border-radius: 15px;
    background-color: #F5F5F5;
}

.section_left_3 {
    margin-top: 40%;
    margin-right: 106px;
    font-size: 15px;
    color: #73AFF3;
    text-decoration: underline;
    text-decoration-color:  #73AFF3;
    text-align: center;
    cursor: pointer;
    
}

.section_left_3 a {
    display: flex;
    flex-direction: column;

}

.section_left_3 button {
    margin-top: 20px;
    margin-left: 10px;
    background: linear-gradient(to right, #0088FF, #73AFF3);
    color: white;   
    border: none;
    padding: 20px 80px;
    border-radius: 35px;
    cursor: pointer;
}

.section_left_3 button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.log_in {
    margin-top: 5%;
    color: #0088FF;
    font-weight: 700;
    font-size: 20px;
    
}

.actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 10%;
}
.back, .next{
    width: 50%;
}
.back  button{
    width: 100px;
    background-color: #73AFF3;
    margin-left: 5%;
    margin-top: 15%;
    height: 40px;
    border-radius: 35px;
    cursor: pointer;
    border: none;
    outline: none;     
}
.back button a{
   font-size: 20px;
   text-decoration: none;
   color: #fff;
}


.next button{
    width: 100px;
    height: 40px;
    cursor: pointer;
     border: none;
    outline: none;
    margin-top: 15%;
    margin-left: 30%;
    margin-right: 20%;
    font-size: 20px;
    color: #fff;
    background-color: #49D987;
    padding: 2% 10%;
    border-radius: 35px;

}

.next button a{
   font-size: 20px;
   text-decoration: none;
   color: #fff;
}








.section_right {
    width: 60%;
    height: 100%;
    background: linear-gradient(to bottom,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766DD 100%);
    justify-content: center;
    align-items: center;

}

.section_right h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
    margin-top: 30%;
    margin-left: 162px;
}
.section_right 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;
    color: #fff;
    border: 1px solid #ffff;
    border-radius: 35px;
    cursor: pointer;
    background: linear-gradient(to right,
            #73AFF3 0%,
            #A58AE8 31%,
            #BE78E3 65%,
            #D766 100%)
}
@media (max-width: 1024px) {
    .section_left {
        width: 100%;
        margin: 20px auto;
        align-items: center;
    }

    .section_right {
        display: none; /* tablet/mobildə sağ hissəni gizlətmək istəsən */
    }

    .section_left_2 input {
        width: 90%;
        margin-left: 0;
    }

    .section_left_3 button {
        width: 100%;
        padding: 15px;
        margin-left: 0;
    }

    .actions {
        flex-direction: column;
        gap: 15px;
        margin-right: 0;
    }

    .actions button {
        width: 80%;
    }
}

/* Telefon üçün (max 768px) */
@media (max-width: 768px) {
    section {
        flex-direction: column;
        height: auto;
    }

    .section_left {
        width: 100%;
        margin: 10px auto;
    }

    .section_right {
        display: none;
    }

    .section_left_2 {
        width: 90%;
        margin: 0 auto;
    }

    .section_left_3 {
        margin-top: 20px;
    }

    .log_in {
        font-size: 18px;
        text-align: center;
    }

    .btn {
        width: 100%;
        margin: 20px auto;
    }
}

/* Kiçik telefon üçün (max 480px) */
@media (max-width: 480px) {
    .section_left_2 input {
        font-size: 16px;
        padding: 8px;
    }

    .section_left_3 button {
        font-size: 16px;
        padding: 12px;
    }

    .actions button {
        font-size: 16px;
        height: 36px;
    }

    .section_right h1 {
        font-size: 32px;
    }

    .section_right p {
        font-size: 18px;
    }
}