@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0px;
    margin: 0px;
}
.logo{
    width: 25%;
    height: 25%;
}
.background {
    background-color: #6D65E1;
    color: white;
    height: 100vh;
    width: 100vh;
    position: relative;
}
.textall {
    width: 550px;
    top: 50%;
    left: 3%;
}

.text {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Poppins';
    margin-top: 10px;
}

.form{
    width: 80%;
    height: 70px;
    font-size: 24px;
    border-radius: 10px;
    border: 0.5px solid #9D97EB;
    background-color: #7C74E4;
}
.form::placeholder{
    color: white;
}
.butns {
    width: 80%;
    height: 70px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 25px;
    color: #413B97;
    border-radius: 10px;
    border: 0.5px solid #9D97EB;
}
.para {
    font-size: 13px;
    font-family: 'Poppins';
    line-height: 23px;
}

.backgroundimage{
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}

@media only screen and (max-width: 320px) {
    .background {
        height: 100vh;
        font-family: 'poppins';
    }
    .logo {
        width: 150px;
        height: 50px;
        margin-left: 17%;
    }
    .textall {
        width: 220px;
        top: 35%;
        left: 13%;
        text-align: center;
    }
    .text {
        font-size: 23px;
        line-height: 35px;
        text-align: center;
        margin-top: 20px;
        padding-left: 5%;
        margin-bottom: 30px;
    }
    .form{
        width: 230px;
        height: 40px;
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 10px;
        border-radius: 10px;
        border: 0.5px solid white;
        background-color: #6D65E1;
    }
    .butns {
        width: 230px;
        height:50px ;
        margin-top: 15px;
        font-size: 13px;
    }
    .para{
        margin-top: 15px;
        line-height: 15px;
        font-size: 9px;
    }
    .backgroundimage{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 30%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 424px) {
    .background {
        height: 100vh;
        font-family: 'poppins';
    }
    .logo {
        width: 150px;
        height: 50px;
    }
    .textall {
        width: 300px;
        top: 33%;
        left: 11%;
        text-align: center;
    }
    .text {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .form{
        width: 270px;
        height: 40px;
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 10px;
        border-radius: 10px;
        border: 0.5px solid white;
        background-color: #6D65E1;
    }
    .butns {
        width: 270px;
        height:50px ;
        margin-top: 15px;
        font-size: 15px;
    }
    .para{
        margin-top: 20px;
        line-height: 15px;
        font-size: 13px;
    }
    .backgroundimage{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 35%;
    }
}
@media only screen and (min-width: 425px) and (max-width: 575px) {
    
    *{
        padding: 0%;
        margin: 0%;
    }
    .background {
        height: 100vh;
        font-family: 'poppins';
    }
    .logo {
        width: 150px;
        height: 50px;
    }
    .textall {
        width: 350px;
        top: 33%;
        left: 9%;
        text-align: center;
    }
    .text {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .form{
        width: 330px;
        height: 50px;
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 10px;
        border-radius: 10px;
        border: 0.5px solid white;
        background-color: #6D65E1;
    }
    .butns {
        width: 330px;
        height:50px ;
        margin-top: 15px;
        font-size: 18px;
    }
    .para{
        margin-top: 15px;
        line-height: 17px;
    }
    .backgroundimage{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 35%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 999px) {
    
    *{
        padding: 0%;
        margin: 0%;
    }
    .background {
        height: 100vh;
        font-family: 'poppins';
    }

    .logo {
        width: 150px;
        height: 50px;
    }
    .textall {
        width: 600px;
        top: 30%;
        left: 12%;
        text-align: center;
    }
    .text {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .form{
        width: 450px;
        height: 70px;
        font-size: 24px;
        margin-bottom: 20px;
        padding-left: 10px;
        border-radius: 10px;
        border: 0.5px solid white;
        background-color: #6D65E1;
    }
    .butns {
        width: 450px;
    }
    .para{
        margin-top: 20px;
        line-height: 22px;
        font-size: 15px;
    }
    .backgroundimage{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 35%;
    }
}
@media only screen and (min-width:1440px) and (max-width: 2600px){
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .logo{
        width: 50%;
    }
    .background {
        background-color: #6D65E1;
        color: white;
        height: 100vh;
        width: 100vh;
        position: relative;
    }
    .textall {
        width: 550px;
        top: 50%;
        margin-left: 40px;
    }
    
    .text {
        font-size: 50px;
        line-height: 1.1;
        font-family: 'Poppins';
        margin-top: 70px;
        margin-bottom: 50px;
    }
    
    .form{
        width: 75%;
        height: 70px;
        margin-bottom: 2px;
        font-size: 20px;
        border-radius: 10px;
        border: 0.5px solid #9D97EB;
        background-color: #7C74E4;
    }
    .form::placeholder{
        color: white;
    }
    .butns {
        width: 75%;
        height: 70px;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 20px;
        color: #413B97;
        border-radius: 10px;
        border: 0.5px solid #9D97EB;
    }
    
    .para {
        font-size: 13px;
        font-family: 'Poppins';
        line-height: 23px;
        padding-top: 30px;
    }
    
    .backgroundimage{
        position: fixed;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        max-height: 100%;
        transform: translateY(-50%);
        object-fit: contain;
    }
}
