.error {
    color: red;
    background-color: white;
}
.rounded-circle{
    border-radius:50%;
    width:50px;
    height:50px;
    }