
.interactive-bg {

  background: url(../img/bg-4.jpg) no-repeat center center; 
  background-size: cover;
  height: 100vh;
  padding: 0px;
}

@media (max-width: 769px) {
  .interactive-bg{
    display: none
  }
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 150px;
}

.login-logo {
  margin: 0px;
  margin-bottom: 20px;
  max-width: 256px;
}

.columns{
  margin: 0px;
}

.label {
    font-weight: 400;
}

.button.is-primary.is-outlined:focus, .button.is-primary.is-outlined:hover {
    background-color: #005231;
    border-color: #005231;
    color: #fff;
}

.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #005231;
    color: rgb(34, 111, 100);
}

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
    border-color: #b5b5b5;
    -webkit-box-shadow: none;
    box-shadow:  none;
}

.input, .textarea {
    border-color: #b5b5b5;
    -webkit-box-shadow: none;
    box-shadow: none;
}