.login-box p .vgh2 {
  /*  margin-top: -32px;*/
    color: #3751fe;
    font-weight: 100;
}

.register-link {
    color: white !important;
    margin: 0.1em !important;
    min-width: 120px !important;
}

.login-container {
    box-shadow: 0px 0px !important;
}

body {
  /*  background-color: #f5f5fc;*/
    background-image: url(../images/login-bg.jpg) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
