.maindivcont{
    box-sizing: border-box;
    padding: 15px;
}
.code{
    font-family: Roboto;
    font-weight: 300;
    font-size: 25px;
}
.message{
    font-family: Roboto;
    font-weight: 200;
    font-size: 18px;
    margin-top: 5px;
}
.redirectdiv{
    margin-top: 15px;
    font-family: Roboto;
    font-weight: 200;
}
.maindiv{
    padding: 15px;
}