* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: url("/IMAGE/869a8c79e44842e0a95b96aa69948da3009e4d5e.jpg") no-repeat center center/cover;
}

.container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 60px auto;
    max-width: 56vw;
    border-radius: 15px;
    overflow: hidden;
    background-color: #51C8BC;
    position: relative;
}
.vr-image{
    position: absolute;
    bottom: 0;
    right:418px;
    width: 44%;
}
.left{
    padding: 15px;
    grid-column: 1/2;
    color: white;
}


h1{
    font-size: 2.1rem;
    line-height: 3rem;
    padding: 30px 5px;
}
.right{
    border-radius: 10px;
    padding: 20px 50px;
    grid-column: 2/4;
    background-color: white;
    position: relative;
}
.language{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1rem;
}

form{
   padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.logo{
    width:36%;
}
.icon1{
    width: 5%;
    height: auto;
}
.icon2{
    width: 10%;
    height: auto;
}
input{
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1rem;
}
.toggle{
    font-size: 19px;
    cursor: pointer;
}
.password-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.password-container>input{
   width: 100%;
    border: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.8);
}

.checkbox input {
    cursor: pointer;
}


button{
    background-color: #4da9d8;
    color: white;
    padding: 12px;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}
h2{
    padding-top: 15px;
    font-size: 1.8rem;
}
picture{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
svg{
    width: 25px;
    height: auto;
}
.or{
    text-align: center;
    font-size: 1rem;
}
.social-login{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.login-text{
    padding-top: 25px;
    text-align: center;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.37);
}

.login-text a {
    color: #4da9d8;
    text-decoration: none;
}
input:focus{
    border: 2px solid #4da9d8;
    outline: none;
    border-radius: 8px;
}
input:hover{
    cursor: pointer;
    border: 1px solid #4da9d8;
    border-radius: 8px;
}


@media (max-width: 479px) {
    .container{
        display: flex;
        flex-direction: column;
        margin: 25px;
        max-width: 100vw;
    }
    .vr-image{
        top: 120px;
        right: 0;
        width: 45%;
    }
    h1{
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 10px 0;
    }
    .logo{
        width: 20%;
    }
    .right{
        padding: 15px;
    }
    .language{
        font-size: 0.9rem;
        top: -190px;
        color: white;
    }
    form{
        padding: 10px;
    }
    h2{
        padding-top: 5px;
        font-size: 1.6rem;
        text-align: center;
    }
    input{
        font-size: 0.9rem;
    }
    .checkbox{
        font-size: 0.8rem;
    }
    .social-login{
        font-size: 0.8rem;
        display: block;
       padding-top: 10px;
        

    }
    svg{
        width: 18px;
    }
    picture{
        padding-bottom: 2px;
       justify-content: center;
       gap: 10px;
    }
}

@media  (min-width: 480px) and (max-width: 599px) {
      .container{
        display: flex;
        flex-direction: column;
        margin: 30px;
        max-width: 100vw;
    }
    .vr-image{
        top: 130px;
        right: 0;
        width: 45%;
    }
    h1{
        font-size: 2.1rem;
        line-height: 2.4rem;
        padding: 10px 20px;
    }
    .logo{
        /* padding-top: 10px; */
        width: 20%;
    }
     .language{
        font-size: 1rem;
        top: -200px;
        color: white;
    }
    .left{
        padding-top: 20px;
    }
    .checkbox{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    picture{
        justify-content: center;
        padding-top: 10px;
    }
    .social-login{
        display: block;
        font-size: 0.9rem;
    }
}
@media (min-width:600px) and (max-width:767px) {
    .container{
        display: flex;
        flex-direction: column;
        margin: 30px 75px;
        max-width: 100vw;
    }
    .vr-image{
        width: 48%;
        right: 0;
        top: 110px;
    }
    .logo{
        width: 15%;
    }
       .language{
        font-size: 1rem;
        top: -260px;
        color: white;
    }
    .left{
        padding-top: 20px;
    }
}
@media (min-width:768px) and (max-width: 899px) {
    .container{
        max-width: 90vw;
    }
    .vr-image{
        width: 36%;
        left: 60px;
        bottom: 39px;
    }
}
@media (min-width:900px) and (max-width: 1024px) {
    .container{
        max-width: 80vw;
    }

    .vr-image{
        width: 42%;
        left: 20px;
        bottom: 29px;
    }
    h1{
        font-size: 2.3rem;
    }
    input{
        font-size: 1.2rem;
    }
    .language{
        font-size: 1.2rem;
    }
    h2{
        font-size: 2rem;
    }
    .checkbox{
        font-size: 1.1rem;
    }
    input[type="checkbox"] {
    transform: scale(1.3);
    cursor: pointer;
}
    button{
        padding: 15px;
        font-size: 1.3rem;
    }
    .social-login{
        font-size: 1rem;
    }
    .login-text{
        font-size: 1.2rem;
    }
}
@media (min-width: 1025px) and (max-width: 1439px) {
    input[type="checkbox"] {
    transform: scale(1.3);
    cursor: pointer;
}
}