body{
   /* background-image: url(back.jfif);
    background-repeat: no-repeat;
    background-size: cover;*/
    background:linear-gradient(to bottom,rgba(0, 0, 255, 0.788),rgb(182, 183, 238));
}
.main{
    width: 800px;
    height: 420px;
    background-color: white;
    margin-top: 100px;
    margin-left: 220px;
    box-shadow:15px 15px rgba(0, 0, 0, 0.349);
}
.main .left{
    float: left;
    width: 50%;
    height:420px;
    background: url(photos/studentcorner.jfif);
    box-sizing: border-box;
    margin-top: 70px;
    margin-left: 40px;
    background-repeat: no-repeat;
}
.main .right{
  float: right;
  height: 400px;
  box-sizing: border-box;
}
.emailpass{
    width: 100%;
    padding:80px 40px;
    box-sizing: border-box;
    height: 400px;
    margin-right:30px;
    text-align: center;
}
.info{
    margin-top: 50px;
    text-align: center;
    color:  rgba(52, 10, 240, 0.795);
}
.emailin{
    width: 250px;
    margin-top:-50px ;
    border:none;
    outline: none;
    border-bottom: 2px solid black;
    background-color:rgba(17, 17, 252, 0.219);
    padding: 9px;
}
.passin{
        width: 250px;
        margin-top:-10px ;
        border:none;
        outline: none;
        border-bottom: 2px solid black;
        background-color:rgba(17, 17, 252, 0.219);
        padding: 9px;
}
.sub{
    width: 190px;
    height: 40px;
    background-color: rgba(52, 10, 240, 0.795);
    border-radius: 10px 10px 10px 10px ;
    border:1px;
    color: white;
    font-family: serif;
    font-size: 20px;
    box-shadow:5px 6px rgba(0, 0, 0, 0.270);
    font-weight: bolder;
    margin-top: 20px;
}
.sub:hover{
    background-color: rgba(247, 44, 8, 0.918);
}
.forget{
    margin-top: 20px;
}