/* Authentication / Login Styles */
.modal_authentication .row {
  flex-wrap: nowrap;
}
.modal_authentication .modal_desc_r {
  padding-top: .6rem!important;
}
.btnlogin, .btnlogincyan, .btnloginpink, .btn-outline-dark {
  font-family: Manrope, sans-serif!important;
}
#autheticationInstruction h5, #reviewInstructions h5 {
  font-size: 30px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  color: #fff;
  margin-left: 20px;
}
.loginMechanisms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 3rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 68%;
  height: auto;
}
.modal_alert, .modal_input {
  width: 100%;
  font-size: .7rem;
}
.btnlogin, .btnlogincyan, .btnloginpink {
  font-size: 18px!important;
  font-weight: 500!important;
}
.modal_top {
  flex-wrap: nowrap;
  background: #fff;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-left: 0;
  margin-right: 0;
}
.btnlogin {
  background: #000;
  border: 1px solid #000;
}
.name_kyc_modal_box .btnlogin {
  font-size: var(--font-size-15)!important;
}
.btnloginpink {
  background-color: #eeaeec;
  border-color: #eeaeec;
}
.btnlogincyan {
  background-color: #d0f3d3;
  border-color: #d0f3d3;
}
.modal_item {
  display: flex;
  flex-direction: row;
  margin: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: baseline;
}
.modal_desc {
  font-size: 10px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 100;
  margin-bottom: 0;
}
.modal_desc_r {
  font-size: 14px;
  color: #d0d0d0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  padding-top: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal_heading {
  font-size: 1.3rem!important;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}
.signup_page_here button {
  background: #000;
  font-size: var(--font-size-18-webkit-xxx-large);
  font-family: manrope;
}
.socialLogin {
  align-self: left;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.rule {
  width: 100%;
  text-align: center;
  line-height: .01rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background: #e3e3e3;
}
.ruleText {
  background: #fff;
  padding: 0 10px;
  font-size: 90%;
  color: #e3e3e3;
}
.partitioned {
  padding-left: 10px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, #000 70%, rgba(255, 255, 255, 0) 0);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 283px;
  margin-bottom: 1rem!important;
}
.divInner {
  left: 0;
  position: sticky;
}
.divOuter {
  width: 282px;
  margin: 0;
}
.login_container {
  width: 60%;
}
.login_h1 {
  color: #000;
  font: 36px/1.2 PP Mori;
  margin-bottom: 0;
}
.apple-signin-btn {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.apple-signin-btn > div {
  max-width: 100% !important;
}
.apple-signin-btn svg {
  max-width: 100%;
  height: 40px !important;
  box-sizing: border-box;
}
.apple-signin-btn div > div:nth-child(2) svg rect {
  stroke-linecap: round;
  fill: white !important;
  position: absolute;
  stroke: #e8e8e8;
  stroke-width: 1px;
}
.apple-signin-btn div>div:first-child svg g svg {
  fill: #4c4a4a!important;
}
.apple-signin-btn div>div:first-child svg g svg text {
  font-size: 10px!important;
  letter-spacing: -5.2px;
}
@-moz-document url-prefix() {
  .apple-signin-btn div>div:first-child svg g svg text {
    letter-spacing: 0px;
  }
}
.login_modal_1{z-index: 1090 !important}
.login_modal_2{position: absolute; right: 4px; top: 4px; text-align: right; z-index: 1050 !important; color: var(--purple_dark); opacity: 1}
.login_modal_3{border-radius: 6px}
.login_modal_5{width: 100%; padding: 1rem; height: 80px}
.login_modal_6{width: 45px; border: 3px solid white; border-radius: 18%}
.login_modal_7{height: 10%; width: 100%}
.login_modal_9{width: 100%; font-size: 70%}
.login_modal_10{text-decoration: underline; color: grey; cursor: pointer}
.login_modal_11{text-decoration: underline; cursor: pointer}
.login_modal_12{color: red}
.login_modal_13{font-size: 1.7rem; text-align: left}
.login_modal_15{width: 100%}
.login_modal_16{padding: 2rem 3rem}
.login_modal_17{font-size: 1.7rem; align-self: center}
/* Non-login user styles */
.non-login-User {
  background-color: teal;
  padding: 1rem;
}
.non-login-User h6 {
  font-weight: 500;
  color: white;
}
