@font-face {
  font-family: 'pass';
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format('woff');
}
:root {
  --light-gray1:#E0E9F4;
  --light-gray2:#E4E9F0;
  --light-gray3:#EAEFF9;
  --light-gray4:#EFF3F8;
  --light-gray5:#F5F9FC;
  --light-gray6:#F5F9FF;
  --light-gray7:#F9FBFE;
}
html body {
  background: #fff !important;
  padding: 1px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
html body .content-area {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
html body #page {
	margin-left: 0;
}
html body #page,
html body #page #content {
	height: auto;
	min-height: 10px;
}
html body #buddypress {
	position: relative;
}
html body #primary #buddypress #signup-form.standard-form {
  overflow: visible;
  /*
  padding-bottom: 82px;
  */
}
html body ul.workspaces,
html body ul.workspaces li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
html body ul.workspaces {
  bottom: 100%;
  left: 0;
  margin: 0 0 60px 0;
  max-width: 500px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
html body ul.workspaces li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
html body ul.workspaces li:first-child {
  text-align: left;
}
html body ul.workspaces li:last-child {
  text-align: right;
}
html body ul.workspaces a,
html body ul.workspaces span.a {
  background: #F6F6F6;
  border-radius: 6px;
  color: #001B38;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(100% - 10px);
}
html body ul.workspaces a svg {
  margin-left: 6px;
  transition: -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1), -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1), -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1);
  transition: transform 150ms cubic-bezier(0.215,0.61,0.355,1), transform 150ms cubic-bezier(0.215,0.61,0.355,1);
  transition: transform 150ms cubic-bezier(0.215,0.61,0.355,1), transform 150ms cubic-bezier(0.215,0.61,0.355,1), -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1), -webkit-transform 150ms cubic-bezier(0.215,0.61,0.355,1);
}
html body ul.workspaces a svg .hoverArrow_tipPath {
  fill: currentcolor;
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
html body ul.workspaces a:hover svg .hoverArrow_tipPath {
  transform: translateX(4px);
}
html body ul.workspaces a svg .hoverArrow_linePath {
  fill: currentcolor;
  opacity: 0;
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, fill 0s ease 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translateX(-4px);
}
html body ul.workspaces a:hover svg .hoverArrow_linePath {
  opacity: 1;
  transform: translateX(0px);
}
html body ul.workspaces span.a:after {
  border: 12px solid transparent;
  border-top-color: #02BF6F;
  content: ' ';
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
html body ul.workspaces li span.a,
html body ul.workspaces li a:hover {
  background: #02BF6F;
  color: #fff;
}
html body #login {
  background: #fff;
  /*
  -webkit-box-shadow: 0px 1px 2px 0 rgba(34,36,38,0.15);
  box-shadow: 0px 1px 2px 0 rgba(34,36,38,0.15);
  border: 1px solid rgba(34,36,38,0.15);
  */
  margin: 200px auto 8% auto;
  max-width: 500px !important;
  padding: 50px;
  position: relative;
  width: auto !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 25px rgba(212, 215, 231, 0.74);
      box-shadow: 0px 2px 25px rgba(212, 215, 231, 0.74);
  border: none;
  position: relative;
  z-index: 5;
}
html body article.bp_register {
	max-width: 500px;
}

/*
html body #login:after {
  background: rgba(0,0,0,0.03);
  border-top: 1px solid rgba(34,36,38,0.15);
  bottom: -3px;
  content: ' ';
  display: block;
  font-size: 0;
  height: 6px;
  left: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}
*/
@media (min-width: 992px) {
  html .login.bb-login #login {
    padding: 68px 50px;
  }
}
html body.login .privacy-policy-page-link {
  display: none;
}
html body.login form {
  /*
  padding-bottom: 140px;
  */
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
      order: 11;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
}
html body.login #login h1 a {
  background-size: 200px auto;
  background-position: 50% 0;
  margin-bottom: 20px;
  width: auto !important;
}
html body.login #login h1 img {
  height: auto !important;
  margin: 0 auto;
  width: 200px !important;
}
html body.login #login h1 a .workspace {
  clear: both;
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  text-indent: 0;
}
html body.login #login h1 a .workspace span {
  background: rgba(6, 105, 255, 0.12);
  border-radius: 50px;
  color: #0669FF;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 6px 16px;
  vertical-align: top;
}
html body.login.wp-core-ui .button-primary {
  border-radius: 4px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
}
.login-heading {
  bottom: 50px;
  left: 50px;
  margin: 0;
  /*
  position: absolute;
  */
  right: 50px;
  -webkit-box-ordinal-group:13;
    -ms-flex-order:12;
      order:12;
}
.login-heading h2 {
  display: none;
}
.login-heading span {
  display: block;
  text-align: center;
  width: 100%;
}
.login-heading span:before {
  content: "Don’t have an account ? ";
}
input:focus::-webkit-input-placeholder {
  color:transparent;
}
input:focus:-ms-input-placeholder {
  color:transparent;
}
input:focus::-ms-input-placeholder {
  color:transparent;
}
input:focus::placeholder {
  color:transparent;
}
html body.login form#loginform p {
  margin: 0;
  padding: 1px 0;
}
html body.login form#loginform .forgetmenot {
  width: 49%;
}
html body.login form#loginform .lostmenot{
  width: 47%;
  -ms-flex-item-align: end;
    align-self: flex-end;
  position: relative;
  -webkit-transform: translateY(-22px);
      transform: translateY(-22px);
  text-align: right;
}
@media (max-width:385px){
  html body.login form#loginform .lostmenot{
    width:100%;
    -webkit-transform:none;
        transform:none;
    -ms-flex-item-align:start;
      align-self:flex-start;
    text-align:left;
    margin: 10px 0;
  }
  html body.login form#loginform .forgetmenot{
    width:100%;
  }
}

html body.login form#loginform p label {
  display: block;
  margin: 0;
  white-space: nowrap;
}
html body.login form#loginform p label input {
  margin-bottom: 0;
}
html body.login form#loginform label[for=user_login] {
	position: absolute;
}
html body.login form#loginform label[for=user_pass] {
	display: none;
}
.register-page .register-privacy-info {
	display: none;
}
.wp-social-login-widget,
div.the_champ_outer_login_container {
  /*
	bottom: 0;
  left: 0;
  */
  margin-top: 20px;
  /*
  position: absolute;
  right: 0;
  */
  text-align: center;  
}
html body.login div.the_champ_outer_login_container {
  bottom:48px;
  -webkit-box-ordinal-group:7;
    -ms-flex-order:6;
      order:6;
}
.wp-social-login-widget:before,
div.the_champ_outer_login_container:before {
  content: ' ';
  display: block;
  margin-top: 0;
  margin-bottom: -9px;
  border-bottom: 1px solid #eee;
}
.wp-social-login-connect-with,
div.the_champ_outer_login_container .the_champ_social_login_title {
  background: #fff;
  color: #777;
  display: inline-block;
  padding: 0 10px;
  font-size:11px;
}
.wp-social-login-provider-list:after,
div.the_champ_outer_login_container .the_champ_login_ul:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.wp-social-login-provider-list a,
div.the_champ_outer_login_container .the_champ_login_ul li {
  display: block !important;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  width: calc(50% - 10px) !important;
}
.wp-social-login-provider-list a:first-child,
div.the_champ_outer_login_container .the_champ_login_ul li:first-child {
  float: left;
}
.wp-social-login-provider-list a:last-child,
div.the_champ_outer_login_container .the_champ_login_ul li:last-child {
  float: right;
}
.wp-social-login-provider-list a,
div.the_champ_outer_login_container .the_champ_login_ul li i {
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff !important;
  color: #777;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 45px;
  letter-spacing: -0.4px;
  line-height: 45px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.wp-social-login-provider-list a:before,
div.the_champ_outer_login_container .the_champ_login_ul li i .theChampLoginSvg {
  background-image: url(../../../images/connexion/sns.png);
  background-repeat: no-repeat;
  background-size: auto 100% !important;
  content: ' ';
  display: inline-block !important;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: -2px;
  width: 18px;
  vertical-align: middle;
}
div.the_champ_outer_login_container .the_champ_login_ul li i:after {
  color: #205183;
}
div.the_champ_outer_login_container .the_champ_login_ul li i:after {
    color: #205183;
}
div.the_champ_outer_login_container .the_champ_login_ul li i div.theChampFacebookLogoContainer {
  display: inline-block !important;
  height: 20px !important;
  margin: 0 5px 0 0 !important;
  vertical-align: middle !important;
  width: 20px !important;
}
.wp-social-login-provider-list a:first-child:before,
div.the_champ_outer_login_container .the_champ_login_ul li i .theChampFacebookLoginSvg {
    background-position: 0 0 !important;
    display: block !important;
    height: 20px !important;
    width: 20px !important;
    vertical-align: top !important;
}
.wp-social-login-provider-list a:last-child:before,
div.the_champ_outer_login_container .the_champ_login_ul li i .theChampGoogleLoginSvg {
  background-position: -26px 0 !important;
}
div.the_champ_outer_login_container .the_champ_login_ul li i.theChampFacebookLogin:after {
  content: 'Facebook';
}
div.the_champ_outer_login_container .the_champ_login_ul li i.theChampGoogleLogin:after {
  content: 'Google';
}
@media screen and (max-width: 600px) {
  html body {
    background: #fff !important;
  }
  html body #login {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 120px auto;
    padding: 30px;
  }
  html body #login:after {
    display: none;
  }
  /*
  html body.login form {
    margin-bottom: 180px;
  }
  */
}


/**
 * Inscription / Activation
 */
body.register,
body #content,
body.register .signup-form {
  background: #fff;
  margin: 0;
  padding: 0;
}
body.register .container {
  max-width: 100%;
}
body.register a.register,
body.register a.login,
body.activation a.register,
body.activation a.login,
body.register .register-section>h2:first-child,
body.register #profile-details-section h2,
body.register #profile-details-section > .field_35,
body.register #profile-details-section > .field_6,
body.register #profile-details-section > .field_9,
body.register #profile-details-section > .field_12,
body.register div#register-page .register-section .field-visibility-settings-toggle,
body.register .register-section-logo,
body.register.buddypress #primary label,
.bs-bp-container-reg #buddypress #signup-form.standard-form label,
.bs-bp-container-reg #buddypress #signup-form.standard-form legend {
  display: none;
}
body.register #profile-details-section > div.field_name,
body.activation #profile-details-section > div.field_name,
body.register #profile-details-section > div.field_prenom,
body.activation #profile-details-section > div.field_prenom {
  display: block;
}
@media screen and (min-width: 450px) {
	body #profile-details-section > div.field_prenom,
	body #profile-details-section > div.field_numero-de-telephone {
		clear: left;
		float: left;
		width: calc(50% - 10px);
	}
	body #profile-details-section > div.field_last-name,
	body #profile-details-section > div.field_pays {
		clear: right;
		float: right;
		width: calc(50% - 10px);
	}
}
#email-strength-result,
#pass-strength-result {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
body.register div#register-page .register-section {
  border: 0;
  padding-bottom: 0;
}
body.register div#register-page .register-section + .register-section {
  padding-top: 0;
}
body.register .buddypress-wrap .register-page .layout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
body.register .bs-bp-container-reg #buddypress #signup-form.standard-form .submit {
  padding: 0;
  margin-top: 15px;
}
body.register #field_7.alti_placeholder {
	color: #c3c6c9;
}
#buddypress input[type=submit] {
  border-radius: 4px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  width: 100%;
}
#buddypress input[type=submit].submitting {
  background-image: url(../icons/sfwd-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-box-shadow;
  transition: 0.3s background-color, 0.3s box-shadow;
}
html body.login .site,
html body.register .site {
  min-height: 99vh;
}

html body #page {
	margin: 0 !important;
}
html body article .entry-header {
	background: url(/wp-content/uploads/2019/09/logo-alti-trading.png) no-repeat 50% 70px / 300px auto;
	display: block !important;
	padding: 120px 0 0 0 !important;
}
@media screen and (max-width: 480px) {
	html body article .entry-header {
		background: url(/wp-content/uploads/2019/09/logo-alti-trading.png) no-repeat 50% 24px / 260px auto;
		padding: 60px 0 0 0 !important;
	}	
}
html body article .entry-header h1,
html body article .entry-header h1 + span {
	display: inline-block;
	font-size: 0 !important;
	overflow: hidden;
	text-indent: -900px;
	vertical-align: bottom;
	white-space: nowrap;
	width: auto;
}
html body article .entry-header h1:after {
	content: 'Create an account';
	display: block;
	font-size: 16px !important;
	text-align: center;
	text-indent: 0;
}
html body article .entry-header h1 + span a {
	display: block;
	font-size: 16px !important;
	margin: 0;
	padding: 0 0 2px 4px;
	text-align: center;
	text-indent: 0;
}
html body article .entry-header h1 + span a:before {
	content: 'ou';
	margin: 0 4px 0 0;
}
html body .bp-feedback.error {
	display: none;
}
html.show_errors body .bp-feedback.error {
	display: block;
}
html body .error + input,
html body .bp-feedback.error + input {
	border-color: #ef3e46 !important;
}
html body #signup_password {
  left: auto;
  position: relative;
  top: auto;
}
html body #signup_password {
  display: block;
  font-family: 'pass', 'Verdana', sans-serif !important;
  font-size: 32px;
	margin: 0 !important;
}
html body #signup_password::-webkit-input-placeholder {
  font-family: "SF UI Text", sans-serif !important;
  font-size: 15px !important;
}
html body #signup_password::-moz-placeholder {
  font-family: "SF UI Text", sans-serif !important;
  font-size: 15px !important;
}
html body #signup_password:-ms-input-placeholder {
  font-family: "SF UI Text", sans-serif !important;
  font-size: 15px !important;
}
html body #signup_password::placeholder {
  font-family: "SF UI Text", sans-serif !important;
  font-size: 15px !important;
}

/* new styles -- button font-size */
#buddypress #register-page #signup-form input[type=submit]{
  font-size: 16px;
  text-transform: uppercase;
}
#login #loginform input[type=submit]{
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.login .login-heading{
  margin:25px 0 0!important;
}

body.registration article.bp_register{
  max-width:unset!important;
}

/* /login/?action=lostpassword  */
.login .message {
  margin-bottom: 0!important;
}

.login #login_error {
  margin-bottom: 0!important;
}

/* /register  */
#register-page .deja_membre {
  text-align:center;
  margin-bottom: 15px;
}

.error {
	color: var(--global-red);
}
.bs-bp-container-reg #buddypress #signup-form.standard-form div.error {
	background-color: var(--global-red);
}
.bs-bp-container-reg #buddypress #signup-form.standard-form div.error + input {
	border-color: var(--global-red);
}

.login-StripeGrid{
  min-height: 692px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  padding-top: calc(64px * 3);
  z-index: 1;
}
.login_backgroundContainer {
  display: -ms-grid;
  display: grid;
  grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
  grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2%;
  -webkit-transform: rotate(-12deg) skew(-12deg);
          transform: rotate(-12deg) skew(-12deg);
}
.login_backgroundContainer span:nth-child(1) {
  grid-area: top / start / 8 / end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(33%, var(--light-gray5)));
  background-image: linear-gradient(white 0%, var(--light-gray5) 33%);
}
.login_backgroundContainer span:nth-child(2) {
  grid-area: 4 / 2 / auto / 5;
    -webkit-box-shadow: inset 0 0 0 2px var(--light-gray2);
            box-shadow: inset 0 0 0 2px var(--light-gray2);
}
.login_backgroundContainer span:nth-child(3) {
  grid-area: 6 / start / auto / 2;
    background-color: var(--mid-gray3);
}
  .login_backgroundContainer span:nth-child(4) {
  grid-area: 7 / start / auto / 4;
    background-color: var(--light-gray1);
}
.login_backgroundContainer span:nth-child(5) {
  grid-area: 8 / 4 / auto / 6;
    background-color: var(--light-gray2);
}
.login_backgroundContainer span:nth-child(6) {
  grid-area: 2 / 15 / auto / end;
    background-color: var(--light-gray4);
}
.login_backgroundContainer span:nth-child(7) {
  grid-area: 3 / 14 / auto / end;
    background-color: var(--light-gray1);
}
.login_backgroundContainer span:nth-child(8) {
  grid-area: 4 / 17 / auto / 20;
    background-color: var(--mid-gray3);
}
.login_backgroundContainer span:nth-child(9) {
  grid-area: 5 / 14 / auto / 17;
  -webkit-box-shadow: inset 0 0 0 2px var(--light-gray2);
          box-shadow: inset 0 0 0 2px var(--light-gray2);
}

@media all and (max-width:750px){
  .login-StripeGrid{
    height: 760px;
    overflow: hidden;
    position: absolute;
    -webkit-transform: skewY(-12deg);
            transform: skewY(-12deg);
    z-index: 0;
    top: -428px;
    left: 0;
    right: 0;
    bottom:unset;
    min-height:unset;
    padding-top: 0;
  }
  .login_backgroundContainer{
    grid-template-columns: repeat(12, 1fr);
    -webkit-transform: none;
            transform: none;
  }
  .login_backgroundContainer span:nth-child(1){
    grid-area: 7 / 1 / auto / 13;
    background-color: var(--light-gray5);
  }
  .login_backgroundContainer span:nth-child(2){
    grid-area: 8 / 1 / auto / 13;
    background-color: var(--light-gray5);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .login_backgroundContainer span:nth-child(3){
    grid-area: 9 / 8 / auto / 13;
    background-color: var(--light-gray2);
  }
  .login_backgroundContainer span:nth-child(4),
  .login_backgroundContainer span:nth-child(5),
  .login_backgroundContainer span:nth-child(6),
  .login_backgroundContainer span:nth-child(7),
  .login_backgroundContainer span:nth-child(8),
  .login_backgroundContainer span:nth-child(9) {
    display:none;
  }
}

