div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

.flex-vertical {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
}

.auth-green-btn {
  color: white !important;
  background-color: #47a570;
  font-family: Arial;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 0 !important;
  text-decoration: none;
  outline: none;
  border: 0;
  text-align: center;
  line-height: initial;
  padding: 8px;
  transition: all .5s ease;
}
.green-text {
  color: #47a570 !important;
}
