body {
    color: black;
    background-color: #f6e1d2;
}

#login-box{
    width: 420px;
    height: 360px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: white;
    padding: 35px;
    border-radius: 10px;
}

#login-box .login-title{
    display: block;
    font-weight: bolder;
    font-size: larger;
    padding: 18px;
}

#login-box .login-logo i{
    color: black;
}

#login-box .input-group{
    margin-bottom: 10px;
}

p.error{
    padding: 2px 4px;
    display: block;
    color: #333;
    background-color: #ffcdd2;
    border-radius: 4px;
}

p.error {
    width: 350px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.page-msg-warning{
    color: red;
    font-weight: bold;
}

.page-msg-success{
    color: green;
    font-weight: bold;
}