*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
#main{
    background:  url("/student1.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}
#inputs{
    width: 24rem;
    height: 30rem;
    position: relative;
    box-shadow: 10px 10px 15px coral;
    margin: 6% auto;
    border-radius: 1rem;
    font-weight: bolder;
    background-color: 12475f;
    color: white;
    padding: 8px;
    text-align: center;
}
#inputs h2{
     text-align: center;
     margin: auto;
}
input{
    margin: 10px;
    padding: 10px;
    color: black;
    border: none;
    font-weight: normal;
    border-radius: 9px;
    box-shadow: 10px 10px 15px coral;

    /* box-shadow: 4px 4px 10px coral; */
    background-color: transparent;

}
p{
    margin-top: 20px;
    color: black;
    text-align: center;
}












