*,
body {
  font-family: 'poppins', sans-serif;
}

.row #sideleft .header h1 {
  color: whitesmoke;
  font-size: 20px;
  margin-top: 31px;
  margin-left: 42px;
}

.row #sideleft .body {
  margin-top: 180px;
  margin-left: 42px;
  color: whitesmoke;
}

.row #sideleft .body h1 {
  font-size: 50px;
  font-weight: 600;
}

.row #sideleft .body h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  margin-top: 10px;
  letter-spacing: 2px;
}

.row #sideleft .body div p {
  font-size: 16px;
  line-height: 28px;
}

.row #sideleft {
  background: url(../img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.row #sideright input {
  border: none;
  box-shadow: none;
  background-color: #c3e0f6;
  color: #255479;
}

.row #sideright input ::placeholder {
  color: #255479;
  font-size: 16px;
  font-weight: 400;
}

.row #sideright .body .btn {
  border: none;
  box-shadow: none;
  background-color: #255479;
  color: #ffffff;
  font-size: 16px;
}
