*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    /* background-image: url(./images/parent.jpg);
    background-repeat: no-repeat; */
}
.headerDiv{
    width: 100%;
    z-index: 999;
    
}
.body {
    width: 100%;
    height: 700px;  
    background-image: url(./parent.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: darken;
    margin-bottom: 10%;
}
/* body {
    width: 100%;
    height: 700px;  
    background: url(./bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: darken;
    margin-bottom: 10%;
} */
.Cont1{
    margin-top: 2%;
    margin-bottom: 5%;
    width: 100%;
    height: 300px;
    background-color: black; 
    /* position: fixed; */

}
.paddingTxt{
    padding: 100px 0;
    text-align: center;
}
.letterSpacing{
    letter-spacing: 5px;
}
.letterSpacing1{
    letter-spacing: 5px;
    font-weight: normal;
    text-align: center;
}



.section1{
    width: 50%;
    height: 650px;
    /* background-color: white; */
    border:4px solid rgb(168, 255, 164);
    margin: 5% 25%;
}
.section2{
    width: 50%;
    height: 700px;
    /* background-color: white; */
    background-color: rgb(90, 101, 253);
    border-radius: 30px;
    margin-left: 25%;
    margin-bottom: 5%;
}
.section1 .h1{
    padding-top: 4%;
    font-weight: bold;
    margin-bottom: 4%;
    text-align: center;
}
.section2 .h1{
    padding-top: 4%;
    font-weight: bold;
    margin-bottom: 4%;
    text-align: center;
}
.formHandler{
    width: 100%;
    height: 100%;
    margin-left: 10%;
}
.input{
    width: 75%;
    padding: 5px;
    margin-bottom: 4%;
}
.input::placeholder{
    font-weight: bold;
    color: grey;
}
.p{
    font-weight: bold;
}
.signUP{
    width: 50%;
    height: 50px;
    border: none;
    background-color: rgb(255, 56, 76);
    /* background-color:  #3a7bd5; */
    /* background-color: #00d2ff; */
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;

}
.createAccount{
    margin-left: 15%;
}
.loginAccount{
    margin-left: 25%;
}
.cont{
    display: flex;
    margin-left: 10%;
}
hr{
    width: 30%;
}
.logos{
    margin: 5% 20%;

}
.logoColor{
    height: 50px;
    width: 80px;
    color: red;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
}
.logoColor1{
    height: 50px;
    width: 80px;
    color: blue;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
}.logoColor2{
    height: 50px;
    width: 80px;
    color: darkblue;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
} 