body {
    background-image: url('/img/shattered.png');
    background-size: cover;
}
.content h3 {
    padding: 20px 20px 10px 20px;
    margin: 0;
    border-bottom: 1px solid #5b0e5d;
}
hr {
    border-bottom: 1px solid #812c83;
    border-top: 1px solid #5b0e5d;
}
form {
    margin: 0;
    padding: 0;
}
.content {
    background-color: #6e0f70;
    margin: 150px auto 0 auto;
    width: 340px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background-image: url('/img/e-Learn_logo_white_tiny.png');
    background-repeat: no-repeat;
    background-position: 90% 90%;
}
.wrap {
    border-top: 1px solid #812c83;
    padding: 20px;
}
.content legend {
    color: #fff;
}
.content input[type="text"],
.content input[type="password"] {
    width: 280px;
}