#login-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

body.login .submit-row input[type=submit]{
    float: right;
    width: 33%;
    cursor: pointer;
}

body.login {
    background-image: url("../assets/login_background.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 0px;
    padding-top: 100px !important;
}

body.login #container {
    background-color: #fff;
    background-image: url("../assets/background.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center;
    width: 100%;
}

body.login #container:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: /* gradient can be an image */
    linear-gradient(
      to left,
      rgba(29,175,237,1) 0%,
      rgba(23,165,85,1) 33%,
      rgba(235,33,46,1) 66%,
      rgba(255, 240, 53,1) 100%
    )
    left
    bottom
    #777
    no-repeat;
}

body.login #container:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: /* gradient can be an image */
    linear-gradient(
      to left,
      rgba(255, 240, 53,1) 0%,
      rgba(235,33,46,1) 33%,
      rgba(23,165,85,1) 66%,
      rgba(29,175,237,1) 100%
    )
    left
    bottom
    #777
    no-repeat;
}

body.login #container #content{
    width: 25%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

body.login .form-row label {
    opacity: 0.75;
}
