* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", Arial, sans-serif;
}

.main {
  margin-top: 100px;
}

.fb-logo {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.input-box {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border-width: 1px;
  border-color: #dfe1e5;
  border-style: solid;
  height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
}

.btn-login {
  width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #1877f2;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-width: 0;
  border-radius: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  cursor: pointer;
}

.forgot {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.btn-create {
  width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  color: #1877f2;
  font-size: 16px;
  font-weight: bold;
  border-width: 1px;
  border-color: #1877f2;
  border-style: solid;
  border-radius: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 30px;
  cursor: pointer;
}

.divider {
  width: 540px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.divider-line {
  width: 210px;
  height: 1px;
  background-color: #dfe1e5;
}

.divider-text {
  font-size: 13px;
  color: #aaa;
  margin-left: 10px;
  margin-right: 10px;
}

.social-row {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.social-btn {
  width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 12px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #dfe1e5;
  background-color: #ffffff;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  margin-right: 12px;
}

.social-icon {
  font-size: 16px;
  margin-right: 8px;
}

.google:hover {
  border-color: #4285f4;
  color: #4285f4;
}

.apple:hover {
  border-color: #ee0d0d;
  color: #ee0d0d;
}

.meta:hover {
  border-color: #1877f2;
  color: #1877f2;
}

.meta-logo {
  width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
