input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  color: #2a2a2a !important;
  background: none;
}
input:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: none;
}
.back-button {
  position: absolute;
  left: 0;
  top: -60px;
  background: white;
  height: 25px;
  vertical-align: top;
}
.back-button a {
  color: white;
  position: absolute;
  height: 25px;
  top: 0;
  left: 0;
}
.back-button a img {
  border: none;
}
.back-button a span {
  border: none;
  position: absolute;
  height: 25px;
  top: 0;
  left: 0;
  font-size: 16px;
}
.back-button a .back-text {
  top: 2px;
  left: 30px;
}
.back-button a:visited {
  color: white;
}
body {
  max-width: 100%;
  background-image: url("/public/images/login/v2/background.png");
  background-repeat: no-repeat;
  background-size: 200%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
body .groupment-form {
  padding-top: 5px;
}
body .required {
  background-image: url('/public/images/login/v2/star.png');
  background-position: left center;
  background-repeat: no-repeat;
}
body .subscribe {
  position: relative;
  padding: 75px 30px 75px 30px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 20px 10px 10px 10px;
}
body .subscribe option {
  color: black;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.25);
}
body .subscribe .alert-error {
  background-color: #f2dede;
  height: 45px;
  line-height: 45px;
  width: 100%;
  margin-bottom: 5px;
  color: #b94a48;
}
body .subscribe .top-form {
  line-height: 45px;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
body .subscribe .bottom-form {
  line-height: 45px;
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
body .subscribe input {
  line-height: 45px;
}
body .subscribe input,
body .subscribe textarea,
body .subscribe select {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
body .subscribe textarea {
  padding-top: 10px;
  font-size: 16px;
}
body .subscribe input::-webkit-input-placeholder,
body .subscribe textarea::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
body .subscribe textarea::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: white;
}
body .subscribe input:-moz-placeholder,
body .subscribe textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
}
body .subscribe input::-moz-placeholder,
body .subscribe textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Source Sans Pro", sans-serif;
  color: white;
}
body .subscribe input:-ms-input-placeholder,
body .subscribe textarea:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: white;
}
body .subscribe .input:not(:first-child):not(:last-child) {
  margin: 5px 0 5px 0;
}
body .subscribe .input:not(:first-child):not(:last-child) select {
  padding-left: 20px;
}
body .subscribe textarea {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .subscribe select {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  color: white;
}
body .wearesilkContainer {
  display: none;
}
@media (min-width: 961px) {
  html {
    height: 100%;
  }
  body {
    overflow: auto;
    position: relative;
    padding: 1px;
    min-height: 97%;
  }
  body .container {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  body .subscribe {
    max-width: 900px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  body .forgot-password {
    margin-top: 200px;
  }
  body .wearesilkContainer {
    position: absolute;
    bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
    color: white;
  }
  body .wearesilkContainer .wearesilk {
    text-align: center;
    font-family: DINpro_light, "Source Sans Pro", serif;
    font-weight: 400;
    font-size: 18px;
    vertical-align: 100%;
    color: white;
  }
  body .wearesilkContainer .wearesilk span {
    vertical-align: bottom;
  }
  body .wearesilkContainer .wearesilk img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
  }
  body .wearesilkContainer .wearesilk .blue-silk {
    color: #2979ff;
  }
  body .wearesilkContainer .wearesilk a {
    color: white;
    text-decoration: none;
  }
  body .wearesilkContainer .wearesilk a img {
    border: none;
  }
  body .wearesilkContainer .wearesilk a:visited {
    border: none;
    color: white;
  }
  body .wearesilkContainer .wearesilk a:hover {
    border: none;
    text-decoration: none;
  }
}
.ie8 input:-ms-input-placeholder,
.ie8 textarea:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
}
.ie8 .input {
  margin: 5px 0 5px 0;
}
.ie8 .subscribe,
.ie8 .forgot-password {
  border: 1px solid white;
}
