.login {
  input {
    width: 100%;
    border-radius: 2px;
    box-shadow: none;
    padding-left: 52px;
  }

  label {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 12px;
  }
}

.login__wrapper {
  background: url('/assets/rm-components/background.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 50%;

}

.login__container {
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 50%;
  margin-top: -190px;
  width: 400px;
}

.login__branding {
  width: 200px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.login__bg {
  border-radius: 3px;
  background: white;
  padding: 48px 24px;
}

.login__form-group {
  margin-bottom: 24px;
}

.login__form-group:last-child {
  margin-bottom: 0;
}

.login__submit {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
  border-radius: 1px;
}

.login__forgot-password {
  margin-top: 6px;
}

.login__input-field {
  position: relative;

  .login__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 40px;
    border-right: 1px solid #ccc;
    z-index: 10;

    .flaticon {
      color: #ccc;
      top: 13px;
      position: absolute;
      left: 14px;
    }
  }
}

.login__add-user-field {
  height: 2em !important;
}
