body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.logo img {
  height: 110px;
  width: 220px;
}

.header {
  padding: 5px 20px;
  position: relative;
  z-index: 10;
}

.wrapper {
  background-image: url(./back.jpg);
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  object-fit: cover;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.login_body {
  padding: 30px;
  z-index: 90;
  position: relative;
  max-width: 450px;
  max-height: 630px;
  margin-left: 50%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.25);
}

.wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.25);
}

.login_body h2 {
  font-size: 32px;
  color: white;
  margin-top: 0;
}

.login_body input {
  height: 50px;
  width: 100%;
  border-radius: 3px;
  color: white;
  background-color: white;
  border: 1px solid #333;
  padding-left: 15px;
  box-sizing: border-box;
  outline: none;
}

.input_wrap {
  margin-bottom: 25px;
}

.login_body button {
  height: 50px;
  width: 100%;
  color: white;
  background: #e50914;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  border: 1 solid #e50914;
}

.support {
  display: flex;
  color: rgba(255, 255, 255, 0.289);
  justify-content: space-between;
  font-size: 12px;
}

.support input {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
}
.remember {
  display: flex;
  align-items: center;
}

.remember span {
  margin-right: 10px;
  height: 25px;
}

.login_facebook {
  display: flex;
  align-items: center;
  width: 100%;
  color: #737373;
}

.login_facebook img {
  width: 20px;
  height: 20px;
}
.login_facebook span {
  margin-right: 10px;
  font-size: 13px;
}

.login_facebook span a {
  text-decoration: none;
  color: #737373;
}

.sign_up {
  color: #737373;
  font-size: 16px;
}

.sign_up a {
  color: white;
  font-size: 16px;
}

.terms {
  color: #737373;
  font-size: 13px;
}
.terms a {
  text-decoration: none;
  color: #0071eb;
}

.input_wrap .button a {
  color: white;
  text-decoration: none;
}
