.blockheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  height: 73px;
  gap: 0px;
  opacity: 1;
  font-size: 27px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  background-color: white;
  border-bottom: none;
  width: 324px;
  height: 73px;
  gap: 0px;
}

.blockbody {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-left: 26px;
}

.login-buttonClass {
  width: 346px !important;
  height: 40px !important;
  padding: 4px 0px 0px 0px !important;
  gap: 0px !important;
  border-radius: 4px 4px 4px 4px !important;
  opacity: 1 !important;
  background: #394F7C !important;
  color: white !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  margin-top: 24px !important;
  display: inline-block;
}

.right-column {
  width: 660px;
  height: 475px;
  padding: 24px 0 0 0;
  gap: 24px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}

.blockbody {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-left: 30px;
}

.message .messageText h4 {
  display: none !important;
}

.block.fp {
  width: 800px;
  height: auto;
  padding: 16px 48px;
  margin: 0 auto;
  opacity: 1;
}

.svg-class {
  padding: 14px 16px;
  height: 76px;
  width: 300px;
}

.loginConfirmBtn {
  padding: 0px !important;
  width: 177px !important;
  height: 32px !important;
}

.redirectURL_button {
  text-align: center;
  margin-top: 24px;
  width: 345px;
  font-weight: 300;
}

.googleURL {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 40px;
  margin-top: 24px;
  border: 1px solid #26272B;
  border-radius: 4px;
}

.redirectURL {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.googleURL img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}