html {
  background: url('../img/login-background.jpg') no-repeat 50%;
  background-size: cover;
  min-height: 100vh;
  overflow-y: auto;
}

body {
  background: none;
  min-height: 100vh;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #fff;
}

a, .uk-link, a:hover, .uk-link:hover {
  color: #13a659;
}

.popover {
  display: none !important;
}

.full-width {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
}

div#HomeScreen {
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width:767px) {
  div#HomeScreen {
    background: rgba(0, 0, 0, 0.3);
  }
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}

.uk-button {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  border-radius: 5px;
  padding: 4px 20px;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

.uk-button-primary {
  background: #13a659;
  border: 1px solid #13a659;
}

.uk-button-primary:hover, .uk-button-primary:focus, .uk-button-primary:active {
  color: #13a659;
  background: #fff;
}

.uk-button-black {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.uk-button-black:hover, .uk-button-black:focus, .uk-button-black:active {
  color: #000;
  background: #fff;
}

#ForcimesLogin .small-label {
  font-style: italic;
  font-size: 12px;
  color: #ccc;
}

#ForcimesLogin .login-field {
  position: relative;
}

#ForcimesLogin .login-field i {
  position: absolute;
  left: 5px;
  top: 7px;
}

#ForcimesLogin .login-field input {
  background: none !important;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 24px;
  color: #fff;
}

#ForcimesLogin .login-field input:focus {
  border-color: #13a659;
  color: #13a659;
}

#ForcimesLogin .login-field input:focus+i {
  color: #13a659;
}

#user-registration input {
  outline: none;
  background: none !important;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 2px 4px;
  margin: 10px 0;
  color: #fff;
  box-shadow: none;
}
