#rmc-auth-modal {
  position: fixed;
  background: #c8c8c859;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rmc-auth-modal-loader {
  position: absolute;
}
#rmc-auth_submit {
  background: #169b37;
  width: 120px;
  border: 1px solid #169b37;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
}
#rmc-auth_submit:hover {
  background: #fff;
  border: 1px solid #169b37;
  color: #169b37;
}
#rmc-overlay-wrap {
  position: fixed;
  background: #ffffff21;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#rmc-overlay-wrap img {
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  box-shadow: 0 0 !important;
}
#rmc-notice {
  color: #fd5363;
  background: #ffd8e8;
  border: 1px solid;
  padding: 2px 7px;
}

#rmc-auth_form {
    max-width: 970px;
    margin: 0 auto;
}
.rmc-grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 10px;
}
.rmc-grid > span > * {
    width: 97%;
    display: inherit;
}
