* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background: url("img/homesign.jpg") no-repeat center center/cover;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #999;
}

img {
  width: 100%;
  height: 100vh;
}

.container p {
  color: #fff;
}

.box {
  border-radius: 5.5px;
  width: 24%;
  height: 43%;
  box-sizing: border-box;
  opacity: 0.8;
  position: absolute;
  top: 15%;
  left: 37%;
  background-color: #000;
}

.signin {
  padding-top: 15%;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.signtext {
  white-space: nowrap;
  padding-right: 55%;
  padding-left: 10%;
  font-size: 200%;
  font-weight: 700;
  color: #fff;
}

.foot {
  padding-right: 25%;
  white-space: nowrap;
}

#names {
  height: 45px;
  padding-left: 15px;
  background-color: #555;
  border-radius: 4px;
}

#emails {
  color: #fff;
  height: 45px;
  padding-left: 15px;
  background-color: #555;
  border-radius: 4px;
}

#passs {
  height: 45px;
  padding-left: 15px;
  background-color: #555;
  border-radius: 4px;
}

button {
  display: inline-block;
  background: #e50914;
  width: 100%;
  padding: 0.4rem 5.5rem;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

input::-webkit-input-placeholder {
  color: #bbb;
}

span {
  color: #fff;
}

.end {
  margin-top: 100px;
  margin-bottom: 70px;
  margin-left: 8%;
}

.end p {
  margin-bottom: 65px;
}

.fooot {
  display: flex;
  flex-direction: row;
  column-gap: 200px;
  letter-spacing: 0.8px;
}

.row1,
.row2,
.row3,
.row4 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
