@font-face {
  font-family: "Gotham Narrow";
  src: url("/wp-content/themes/aweos/fonts/Gotham-Narrow-Black.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Narrow";
  src: url("/wp-content/themes/aweos/fonts/Gotham-Narrow-Bold.otf")
    format("opentype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Gotham Narrow";
  src: url("/wp-content/themes/aweos/fonts/Gotham-Narrow-Book.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

body {
  --header-height: 70px;
  --primary-color: #73c3b7;
  font-family: Gotham Narrow;
  background-color: #f7f7f7;
  padding-top: var(--header-height);
  overflow: hidden;
}

#login {
  width: 650px;
  padding-top: 3%;
}

.login h1 a {
  background-image: url("https://faircompany.de/wp-content/uploads/2024/02/Logo_Fair_Company_RGB.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  position: relative;
}

.login form {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border: none;
}

.row-container {
  background: #fff;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 26px 24px 34px 24px;
  display: flex;
  flex-direction: row;
}

.row-container .login-column:first-child {
  width: 50%;
}

.row-container .login-column:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 40px;
  padding: 10px 20px 10px 40px;
  width: 50%;
}

.login-column h4 {
  margin-bottom: 15px;
}

.login-column p {
  margin-bottom: 10px;
}

.login-column ul {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo-bar {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-image: url("/wp-content/themes/aweos/fc-jobs/assets/images/header-bg-companies.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
