body {
  font-family: "Roboto", sans-serif;
  background-color: #f8f9fa;
}

h2 {
  font-weight: 700;
  font-size: 2.1rem;
}

h3 {
  font-weight: 400 !important;
  font-size: 1.3rem;
}

.login {
  border-radius: 32px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
}

@media (min-width: 992px) {
  .login {
    display: flex;
  }
}

.login-form {
  padding: 40px;
  width: 100%;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.login-form-header {
  text-align: center;
  margin-bottom: 80px;
}

.login-form-content {
  margin-bottom: 30px;
}

.login-message {
  min-width: 45%;
  padding: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
}

.logo-veeva-message {
  width: 100px;
  margin-bottom: 20px;
}

.login-message h3 {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
}

.login-message h4 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 20px;
}

.login-message p {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .login-form {
    width: 55%;
    height: 640px;
  }
  .login-message {
    width: 45%;
    min-height: 500px;
  }

  .login-form-didnt-get-code {
    padding-top: 150px;
  }
}

.my-input-group span,
.my-input-group input {
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: #727476;
}

.my-input-group span {
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  background-color: white;
  padding-left: 25px;
  padding-right: 0;
}

.my-input-group input {
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
  border-left: none;
}

.my-input-group .input-group-text i {
  font-size: 2.1rem;
}

a.link-login,
a.link-login:active,
a.link-login:visited,
a.link-login:link {
  color: #212529;
}

.form-icon {
  height: 20px;
  width: auto;
}

.my-btn-outline-secondary {
  border-left-width: 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding-right: 25px;
}

.my-btn-outline-secondary:hover {
  background-color: #fff;
}

.no-right-border {
  border-right: none;
}

.login-instructions {
  text-align: center;
  padding: 100px 0;
}

.login-instructions p {
  font-size: 1.3rem;
}

.login-instructions a {
  color: #212529;
  text-decoration: none;
}

.login-instructions a:hover {
  color: #212529;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.7rem;
  }

  .my-form-check {
    padding-left: 170px;
  }
}
