/**
Login page
*/

.logo-image {
  background-image: url('../images/logo_black.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.login {
  height: 100% !important;
}
body.login {
  padding: 0 !important;
  margin: 0 !important;
}

.wrapper.login {
  width: 100%;
  background: none;
}

.content.login {
  height: 100%;
  position: relative;
}
.login-wrapper {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);

}

.login-logo {
  background-position: center center;
  width: 100%;
  height: 100px;
}

.background-image {
  background-image: url("../images/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
    border-radius: 4px;
}

.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before {
    outline: none !important;
}
