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

body{
    /* background-image: linear-gradient(90deg, #fed700,#eae9fc); */
    font-family: 'Montserrat', sans-serif;
}

.content-container{
    display: flex;
    justify-content: center;
    height: 100vh;
}

.login-header{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.cloud{
    width: 5%;
    position: absolute;
    left: 150px;
    top: 30px;
    opacity: 0.5;
}
.cloud-img{
    width: 100%;
    opacity: 0.6;
}
.cloud2{
    width: 5%;
    position: absolute;
    left: 550px;
    top: 100px;
    opacity: 0.5;
}
.cloud-img2{
    width: 100%;
    opacity: 0.5;
}

/* CONTEXT */

.context{
    display: flex;
    align-items: center;
    width: 45%;
    height: 100%;
}
.main-img{
  width: 100%;
}
.dots{
    height: 95%;
}
.dot-img{
    width: 100%;
    height: 100%;
   
}
.main-img .img{
    width: 100%;
}

/* CONTEXT ENDS */


/* CONTENT */

.content{
    width: 55%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* background-color: purple; */
    padding: 0 100px;
    position: relative;
}
.content .cloud{
    display: none;
}

.input-field{
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.input-field input{
    width: 100%;
    padding: 25px;
    outline: none;
    /* border: 2px solid var(--border-color); */
    border: 1px solid black;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
}
.input-field input:hover{
    /* border: 1px solid black; */
    border: 1px solid var(--border-color);
}
.input-field input:focus{
    border: 1px solid var(--border-color);
}

.label{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translatey(-50%);
    padding: 0 10px;
    pointer-events: none;
    transition: 0.3s;
}
 input:focus~.label,input:valid~.label{
    top: 0;
    color: black;
    font-size: 15px;
    padding: 5px;
    background-color: white;
} 


h2{
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-align: center;
    padding-bottom: 40px;
    line-height: 40px;
}
.requirement{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px;
}

.checkbox{
    display: flex;
}
.checkbox input{
    width: 30px;
}
.forget-password{
    color: var(--basic-color);
    display: flex;
    text-decoration: none;
}
.login-button{
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 500;
    color: black;
    background-color: var(--secondary-color);
    /* background-color: #845bfc; */
    border: none;
    transition: 0.3s;
    cursor: pointer;
}
button:hover{
    background-color: #e9ca1c;
    /* color: black; */
}
/* CONTENT ENDS */



@media screen and (max-width:1306px) {
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-bottom: 20px;
        line-height: 30px;
        padding-top: 20px;
    }
}
@media screen and (max-width:1087px) {
    
    .cloud{
        width: 7%;
        position: absolute;
        left: 120px;
        top: 50px;
    }
    .cloud-img{
        width: 100%;
    }
    .cloud2{
        width: 7%;
        position: absolute;
        left: 520px;
        top: 110px;
    }
}

@media screen and (max-width:1008px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 15px;
    
    }

}

@media screen and (max-width:962px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 13px;
    
    }
    .cloud{
        display: none;
    }
    .cloud2{
        display: none;
    }
}

@media screen and (max-width:940px) {
    .context{
        display: flex;
        align-items: center;
        width: 50%;
        height: 100%;
    }
    .dot-img{
        width: 100%;
       
    }
    .img{
        width: 100%;
    }
    .content{
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 100px;
    }
    
    .input-field{
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }
    input{
        width: 100%;
        padding: 25px;
        outline: none;
        border: 1px solid black;
        background-color: transparent;
        border-radius: 5px;
    }
    
    .label{
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translatey(-50%);
        padding: 0 10px;
        pointer-events: none;
        transition: 0.3s;
    }
     input:focus~.label,input:valid~.label{
        top: 0;
        color: black;
        font-size: 15px;
        padding: 5px;
    } 
    .icon-email{
        display: none;
    }
    input:focus .icon-email{
        display: block;
    } 
    
    
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-bottom: 20px;
        line-height: 40px;
    }
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
    
    }
    
    .checkbox{
        display: flex;
    }
    .checkbox input{
        width: 30px;
    }
    .link a{
        display: flex;
        text-decoration: none;
    }
}

@media screen and (max-width:904px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
    }
    
    .input-field{
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }
    .checkbox{
        padding-bottom: 20px;
    }
    .content{
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 80px;
    }
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-bottom: 22px;
        line-height: 20px;
    }
    
}

@media screen and (max-width:818px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 11px;
    }
}


@media screen and (max-width:800px) {
    .body{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* height: auto; */
    }
    .context{
        display: none;
    }
    .dots{
        display: none;
       
    }
  
    .img{
        width: 60%;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 40px;
    }
    input:focus~.label,input:valid~.label{
        top: 0;
        color: black;
        font-size: 15px;
        padding: 5px;
    } 
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-bottom: 22px;
        line-height: 20px;
    }
    .body{
        display: flex;
        justify-content: center;
        height: 100vh;
    }
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 18px;
    }
    
}

@media screen and (max-width:508px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 15px;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .cloud{
        display: block;
        position: absolute;
        left: 180px;
        top: 20px;
    }
}

@media screen and (max-width:414px) {
    .context{
        display: none;
    }
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 40px;
        line-height: 20px;
    }
}

@media screen and (max-width:326px) {
    .requirement{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 11px;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
}

@media screen and (max-width:246px) {
    .requirement{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 40px;
        font-size: 13px;
    }
    h2{
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 40px;
        line-height: 20px;
    }
}