.register-button{
    background: #bb1e1e;
    color: whitesmoke;
}
#registration-heading{
    color:#495057;
}
#login-button{
    margin-top: 20px;
    margin-left: 14px;
}
.hidden{
    display: none;
}
.error{
    color: red;
}
.tag{
    background: #9e5a1f;
    padding: 2px;
    color: whitesmoke;
}
.contest-active{
    background: #2e8053;
    padding: 2px;
    color: whitesmoke;
}
.contest-closed{
    background: #ff5973;
    padding: 2px;
    color: whitesmoke;
}
.custom-list{
    margin-bottom: 1px;
    left: 10px;
}
#question{
    margin-bottom: 10px;
}
.correct-answer{
    color: green;
    margin-bottom: 1px;
    left: 10px;
}
.success{
    color: green;
}
.danger{
    color: red;
}