.registration.w-reg {
  background-color: white; /*#202020; /*#3d7aef; /*#2b4be4; /* #5B9BD5; /*#235e7f;*/
  background = linear-gradient(135deg,#3d7aef,#2b4be4) !important;
  /* background-image: url("Images/backdrop_semit.jpg"); */
  background-size: 100% 100%;
}

.registration.w-reg * {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#login_modal {
  position: fixed;
  float: left;
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-header {
	padding:0px;
}

.modal-body {
	padding-top:0px;
}

.registration.w-reg form {
}

#w-reg-paymentRequest {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
}

.registration.w-reg fieldset {
  border: 1px solid grey; /*#b5a4ed; */
  padding: 15px;
  border-radius: 6px;
}
.h4 .h2{
  font-size: 36px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.registration.w-reg fieldset legend {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 24px !important bold;
  font-weight: 500;
  color: #fff; /* #cdd0f8; */
  background-color: #3d7aef; /*#5B9BD5; /*#235e7f;*/
  border-bottom: none;
}

.registration.w-reg fieldset legend + * {
  clear: both;
}

.registration.w-reg .card-only {
  display: block;
}
.registration.w-reg .payment-request-available {
  display: none;
}

.registration.w-reg .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.registration.w-reg .field {
  position: relative;
  width: 100%;
}

.registration.w-reg .field + .field {
  margin-left: 10px;
}

.registration.w-reg input[type="checkbox"]
{
  transform: scale(1.5);
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; 
}

.registration.w-reg label {
  width: 100%;
  color: #cdd0f8;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registration.w-reg .input {
  width: 100%;
  color: #121212;
  border: none;
  background: transparent;
  padding: 5px 2px 6px 2px;
  border-bottom: 1px solid grey; /* #a988ec; */
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.registration.w-reg .input::-webkit-input-placeholder {
  color: grey; /* #bfaef6 ; */
}

.registration.w-reg .input::-moz-placeholder {
  color: grey; /* #bfaef6 ; */
}

.registration.w-reg .input:-ms-input-placeholder {
  color: grey; /* #bfaef6 ; */
}

.registration.w-reg .input.StripeElement--focus,
.registration.w-reg .input:focus {
  border-color: grey;
}
.registration.w-reg .input.StripeElement--invalid {
  border-color: #ffc7ee;
}

.registration.w-reg input:-webkit-autofill,
.registration.w-reg select:-webkit-autofill {
  /* -webkit-text-fill-color: #fce883; */
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.registration.w-reg .StripeElement--webkit-autofill {
  background: transparent !important;
}

.registration.w-reg input,
.registration.w-reg button {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}

.registration.w-reg select.input,
.registration.w-reg select:-webkit-autofill {
  background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
  background-position: 100%;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.registration.w-reg button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  background-color: #3d7aef; /*#5B9BD5; /*#235e7f;*/
}

.registration.w-reg button:active {
  background-color: #cdd0f8;
}

.registration.w-reg .error svg .base {
  fill: #121212;
}

.registration.w-reg .error svg .glyph {
  fill: #235e7f;
}

.registration.w-reg .error .message {
  color: red;
}

.registration.w-reg .success .icon .border {
  stroke: grey; /* #bfaef6 ; */
}

.registration.w-reg .success .icon .checkmark {
  stroke: #121212;
}

.registration.w-reg .success .title {
  color: #121212;
}

.registration.w-reg .success .message {
  color: #121212;
}

.registration.w-reg .success .reset path {
  fill: #121212;
}
