html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
}

.form-sccrypt {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  margin: auto;
}

.form-sccrypt .checkbox {
  font-weight: 400;
}

.form-sccrypt .form-floating:focus-within {
  z-index: 2;
}

.form-sccrypt input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-sccrypt input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ucx-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0;
}

.font20 {
  font-size:60px;
}
.font10 {
  font-size:10px;
}
.font9 {
  font-size:9px;
}