body {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  margin: 0;
  background-color: rgb(253, 255, 223);
  font-family: "Open Sans", sans-serif;
}

.container {
  display: flex;
  background-color: white;
  width: 70%;
  height: 85vh;
  border: 1px solid rgb(255, 245, 212);
  border-radius: 5px;
}

.block1 {
  width: 60%;
  padding-top: 10px;
}

.block2 {
  width: 40%;
  background-image: url(./8d6106eb6f57b012bc8c04581b4f62587b0d18f7.jpg);
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
}

h2 {
  color: #bdbe3e;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}

p {
  text-align: center;
}

input {
  display: block;
  margin: auto;
  padding: 15px;
  width: 48%;
  font-size: 1.1rem;
  border-radius: 7px;
  margin-bottom: 15px;
  border: 0;
  background-color: #eeeebc;
}

button {
  display: block;
  margin: auto;
}

a {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.facebook {
  width: 3.7rem;
}

.google {
  height: 3.5rem;
  margin-right: 7px;
}

.linkedin {
  height: 2.5rem;
}

.logo {
  margin-left: 5rem;
  height: 60px;
}

p {
  font-size: larger;
  margin-bottom: 1px;
}

.sign_up {
  padding: 15px;
  width: 30%;
  border-radius: 7px;
  border: 0;
  background-color: #bdbe3e;
  font-size: 1.5rem;
  font-weight: bold;
}

h1 {
  font-size: 2rem;
  text-align: center;
  color: white;
  margin-top: 100px;
}

.asking_para {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 15px;
  color: white;
}

.sign_in {
  padding: 12px;
  width: 45%;
  border-radius: 7px;
  border: 0;
  background-color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: auto;
}
