html, body {
    background-color: #2D1459;
    background: url(/img/parent/register/activity_bg_indigo.jpg) right bottom no-repeat #2D2860;
}

.login-box-body {
    color: white;
}

.login-page, .login-box-body {
    background: transparent;
}

a {
    color: #F2CA21;
}

a:hover {
    color: #F2CA21;
}

.login-logo a {
    color: white;
    font-weight: bold
}

.login-logo a:hover {
    text-decoration: none;
}

.form-group input {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

hr {
    border-top: 1px solid #594F81;
    border-bottom: 1px solid #422C64;
}
