html,
body {
  height: 100%
}

body {
  background: #ffffff !important;
  font-family: Figtree, sans-serif !important;
  font-weight: 400;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
label {
  font-family: Figtree, sans-serif !important;
}

#root {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.custom-auth-container {
  padding: 72px 0;
}

.logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ccf-logo {
  display: flex;
}

.ccf-wrapper-block {
  background: #fff;
  padding: 40px 0;
  max-width: 354px !important;
}

.ccf-form-group {
  position: relative;
  width: 100%;
  font-style: normal;
  padding: 8px 16px;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  margin-bottom: 24px;
}

.label {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #201f1f;
}

.label-small {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #201f1f;
}

.ccf-form-group .ccf-input {
  border: none;
  color: #283046;
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  width: 100%;
}

.ccf-form-group .ccf-input:focus {
  outline: none;
}

.ccf-form-group label {
  position: absolute;
  left: 32px;
  top: 16px;
  color: #828BA3;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.ccf-form-group input:focus+label,
.ccf-form-group input:not(:placeholder-shown)+label,
.ccf-form-group input:-webkit-autofill + label {
  top: 8px;
  left: 32px;
  font-size: 12px;
  line-height: 16px;
}

.auth.ccf-wrapper-block form .btn-submit {
  margin: 0 auto;
  display: block;
}

.ccf-button {
  border: 0;
  color: #FFFFFF;
  background: #414BC7;
  border-radius: 4px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  line-height: 24px;
  width: 100%;
  cursor: pointer;
}

.ccf-button:disabled {
  background: #CDD1FB;
  cursor: not-allowed;
}

.custom-auth-container .main-auth-page-column .other-options-link {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6F6F6F;
}

.instructions-line {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #201F1F;
}

.main-auth-page-column {
  text-align: left;
}

.custom-auth-container .main-auth-page-column a {
  text-decoration: none;
}

.ccf-link {
  color: #007fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.c-password-requirements {
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #201F1F;
  columns: 1;
  -webkit-columns: 1;
  column-count: 1;
  line-height: 24px;
}
