body{
    background-color: #ceb0cc;
}
.centered-form{
    margin-top: 100px;
}

.centered-form .panel{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.error_msg {
    text-align: center;
    color: red;
}

.notice_msg {
    text-align: center;
    color: yellow;
}

.success_msg {
    text-align: center;
    color: green;
}

.btn-danger, .btn-primary {
    font-family: Consolas;
}