#black-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: black;
  z-index: 0;
}

.img-wire-roll, .img-zip {
  position: relative;
  z-index: 1;
}

.img-wire-roll {
  top: 450px;
  right: 400px;
  transform: rotateY(180deg) rotateZ(-15deg);
  height: 250px;
  opacity: 0.5;
}

.img-zip {
  bottom: -30px;
  left: 300px;
  height: 300px;
  transform: rotate(280deg);
  opacity: 0.8;
}

.user-settings {
  display: none;
}

.header {
  position: fixed;
  z-index: 2;
  border-bottom: none;
  background: linear-gradient(to right, #11ffee00 40%, white 60%);
}

.account-module-form {
  z-index: 1;
  display: inline-block;
  width: 30%;
  position: absolute;
  top: 30%;
  right: 10%;
}

h5.title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, -150%);
}

h5.title::after {
  position: absolute;
  height: 3px;
  content: '';
  left: 50%;
  transform: translate(-50%, 0%);
  width: 25%;
  color: var(--ykkprimary);
  background-color: var(--ykkprimary);
  bottom: -10px;
}

.header > .title {
  color: white;
}

.form-control {
  font-size: 1.25rem;
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}

.form-control:focus {
  border-color: var(--ykkprimary);
  box-shadow: 0 0 0 0.2rem var(--highlight);
}

.forgotten-password {
  position: relative;
  float: right;
  transform: translate(0%, 250%);
}

.aykk {
  color: black;
  text-decoration: underline;
  font-family: 'AbrilFatface-Regular', "Times New Roman", Times, serif;
}

.aykk:hover {
  color: var(--ykkprimary);
  text-decoration: underline;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--ykkprimary);
  background-color: var(--ykkprimary);
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px 0px 0px 0px;
}

.btn-ykk {
  position: relative;
  left: 100%;
  transform: translate(-100%, 150%);
}

/* Validation */
.login-form .text-danger {
    font-weight: bold;
    color: var(--ykkprimary) !important;
}

.login-form .text-danger ul {
  list-style: none;
  padding-left: 0;
}
