body.simple {
    background: #be1d84;
}
body.simple .login-container {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.brand {
    text-align: center;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 2em;
    display: block;
    font-weight: bold;
}
.brand, .brand:hover, .brand:focus, .brand:active {
    color: #be1d84;
    text-decoration: none;
}
h1 {
    text-align: center;
    margin: 15px 0px;
    font-size: 1.5em;
    color: #333;
}