body {
  height: 100vh;
  background-color: #f8f9fa;
  font-family: "Ubuntu", sans-serif !important;
}

.left-panel {
  background-color: #0057ff;
  color: white;
  padding: 60px;
}

.left-panel .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
}

.left-panel .subtitle {
  font-size: 18px;
  opacity: 0.9;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.icon-text span {
  margin-left: 12px;
}

.sales-letter {
  width: 500px;
}

.login-box {
  background: white;
  border-radius: 15px;
  padding: 40px;
  border: #d9d9d9 1px solid;
  width: 500px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}

.btn-rounded {
  border-radius: 30px;
  padding: 12px;
}

.google-btn {
  border-radius: 30px;
  padding: 10px;
  border: 1px solid #ced4da;
  background: white;
}

.google-btn img {
  width: 20px;
  margin-right: 10px;
}