.brief_login_body {
    background-image: url("../images/login.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
  }


  .brief_login_custom_body {
    background-image: url("../images/login_custom.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .sign-wrapper {
    background-color: #fff;
    padding: 20px;
    opacity: 0.8;
  }

  .login .control-group {
    margin-top: 20px;
}


.toast {
    opacity: 1;
  }