@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("fonts/OpenSans.woff") format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("fonts/OpenSans-Semibold.woff") format("woff");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/OpenSans-Bold.woff") format("woff");
}
html {
  background: transparent;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.tethered-button-layout {
  width: 94px;
  height: 34px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
}
.tethered-input-layout {
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  height: 34px;
  width: 203px;
}
.tethered-button {
  background-color: #E8554E;
  border: solid 1px;
  border-color: #666666;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 700;
}
.tethered-label {
  color: #000000;
  display: block;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
}
.tethered-input {
  background-color: #FFFFFF;
  border: solid 1px #BBBBBB;
  color: #000000;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}
.tethered-input:focus {
  outline: none !important;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3), 0 0 2px 1px rgba(255, 255, 255, 0.3), 0 0 1px 1px rgba(0, 100, 200, 0.8), 0 0 2px 5px rgba(0, 100, 200, 0.1);
}
.tethered-input-error {
  border-color: #9F2633;
}
.placeholder-error::placeholder {
  color: #9F2633;
}
.placeholder-error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9F2633;
}
.placeholder-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #9F2633;
}
.placeholder-error:-ms-input-placeholder {
  /* IE 10+ */
  color: #9F2633;
}
.place-holder-error:-moz-placeholder {
  /* Firefox 18- */
  color: #9F2633;
}
.tethered-link {
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
  text-decoration: underline;
}
.tethered-link-seperator {
  color: #000000;
  display: inline;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.tethered-validation-error {
  color: #9F2633;
  display: none;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 400;
}
@media only screen and (min-width: 203px) and (min-height: 193px) {
  .tethered-button-layout {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tethered-input-layout {
    width: 203px;
    height: 26px;
    margin-bottom: 0px;
  }
  .tethered-link-layout {
    clear: both;
    float: left;
    margin-top: 10px;
  }
  .tethered-container-layout {
    width: 203px;
  }
  .tethered-input-container-layout {
    width: inherit;
    display: inline;
    float: left;
    margin-bottom: 10px;
  }
  .tethered-username-layout {
    width: 203px;
    float: left;
    margin-bottom: 10px;
  }
  .tethered-password-layout {
    clear: both;
    width: 203px;
    float: left;
  }
  .tethered-label {
    display: block;
  }
  /* Hide Place Holder Text when using formats with labels */
  
  .placeholder-error::placeholder {
    color: transparent;
  }
  .placeholder-error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  .placeholder-error::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .placeholder-error:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  .place-holder-error:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
}
@media only screen and (min-width: 426px) and (min-height: 99px) {
  .tethered-button-layout {
    float: left;
    margin-bottom: 0px;
  }
  .tethered-input-layout {
    width: 203px;
    height: 26px;
    margin-bottom: 0px;
  }
  .tethered-link-layout {
    float: right;
  }
  .tethered-container-layout {
    width: 426px;
    height: 45px;
  }
  .tethered-input-container-layout {
    width: 426px;
    display: inline;
    float: left;
    margin-bottom: 20px;
  }
  .tethered-username-layout {
    width: 203px;
    float: left;
    margin-right: 20px;
  }
  .tethered-password-layout {
    width: 203px;
    float: left;
  }
  .tethered-label {
    display: block;
  }
  /* Hide Place Holder Text when using formats with labels */
  
  .placeholder-error::placeholder {
    color: transparent;
  }
  .placeholder-error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  .placeholder-error::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .placeholder-error:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  .place-holder-error:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
}
@media only screen and (min-width: 454px) and (min-height: 74px) {
  .tethered-button-layout {
    float: left;
    margin-top: 11px;
    margin-bottom: 0px;
  }
  .tethered-input-layout {
    width: 160px;
    height: 26px;
    margin-bottom: 0px;
  }
  .tethered-link-layout {
    display: inline;
    margin-top: 10px;
    float: right;
    clear: right;
  }
  .tethered-container-layout {
    width: 454px;
  }
  .tethered-input-container-layout {
    width: 360px;
    height: 45px;
    float: left;
    margin-bottom: 0px;
  }
  .tethered-username-layout {
    width: 160px;
    float: left;
    margin-right: 20px;
  }
  .tethered-password-layout {
    width: 160px;
    float: left;
    margin-right: 20px;
  }
  .tethered-label {
    display: block;
  }
  /* Hide Place Holder Text when using formats with labels */
  
  .placeholder-error::placeholder {
    color: transparent;
  }
  .placeholder-error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  .placeholder-error::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  .placeholder-error:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  .place-holder-error:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
}
