body{
    background:linear-gradient(to bottom,rgba(17, 0, 255, 0.788),rgb(230, 13, 157));
}
.mainclass{
    background-color: white;
    width: 350px;
    height: 500px;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
.info{
    padding-top: 25px;
    color: rgb(230, 13, 157) ;
    font-size: 37px;
}
.emailin{
    width: 270px;
    margin-top:18px ;
    border:none;
    outline: none;
    border-bottom: 2px solid black;
    background-color:rgba(17, 17, 252, 0.219);
    padding: 9px;
}
.passin{
    width: 270px;
    margin-top: -10px;
    border:none;
    outline: none;
    border-bottom: 2px solid black;
    background-color:rgba(17, 17, 252, 0.219);
}
.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;
    font-weight: bolder;
    margin-top: 25px;
}
.sub:hover{
    background-color: rgb(230, 13, 157);
}
.forget{
    margin-top: 20px;
}
.or{
    color:  rgb(230, 13, 157);
    margin-top: 60px;
}