#c{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.form {
    text-align: center;
    border:2px solid lightblue;
    padding: 30px;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;

}
.heading{
    color:rgb(132, 132, 251);
}
.educativelogo{
    width: 100px;
    height: 100px;
}
p{
    color:rgb(119, 119, 249);
    font-size: large;
}
