@CHARSET "UTF-8";


html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.site-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  font-family: "Source Sans", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  text-align: center;
}

.site-wrap--9levels {
  background: url("/static/images/9levels-background.jpg");
  color: #000;
  font-weight: 300;
}

.site-wrap--rmp {
  background: url("/static/images/rmp-plank.jpg");
  background-size: cover;
  color: #706f6f;
  font-weight: 400;
}

.form-wrap {
  display: block;
  width: 320px;
  padding: 15px;
  background-color: #fff;
}
.form-wrap-register {
  display: block;
  width: 100%;
  background-color: #fff;
}

.form-wrap-9levels {
  display: block;
  width: auto;
  padding: 15px;
  background-color: #fff;
}

.site-wrap--rmp .logo {
  display: block;
  width: 75%;
  margin: 0 auto 25px;
}

.site-wrap--9levels .logo {
  display: block;
  width: 75%;
  margin: 0 0 25px 60px;
}

.logo-register {
  display: block;
  width: 35%;
  margin: 0 0 25px 0px;
}


.site-wrap--rmp .ids-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 80px;
  height: auto;
}

.form {
  margin: 0 0 35px;
}

.form-register {
  display: block;
  padding: 20px 0 30px 20px;
}

.form__wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-line {
  display: flex;
  width: auto;
}

.form-group {
  display: flex;
  text-align: start;
  width: 100%;
  flex-direction: column;
}

.site-wrap--rmp .input {
  display: block;
  width: 100%;
  height: 27px;
  padding: 0 6px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #706f6f;
  border-radius: 0;
  box-shadow: 0.1rem 0.1rem 0.1rem 0 rgba(112, 111, 111, 0.05);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.site-wrap--rmp .input:focus,
.site-wrap--rmp .input:active {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.3);
}

.site-wrap--9levels .input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.input-register {
  width: 90%;
  height: 42px;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.label {
  margin: 5px 5px 5px 5px;
  padding: 0 1%;
  text-align: start;
}

.site-wrap--9levels .input:focus,
.site-wrap--9levels .input:active {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  border-color: rgba(0,0,0, .4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.3);
}

.message {
  font-size: 14px;
}

.message__error {
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.message__success {
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.message__success__9levels {
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-bottom: 24px;
}

.message__line {
  padding-bottom: 3px;
  font-size: 14px;
}

.headline {
  padding: 15px 0 3px 15px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: start;
  font-family: "Source Sans Pro",sans-serif;
}

.header-background {
  background: url("/static/images/9levels-header-background.jpg");
  margin: 0;
}

.headline__message{
  margin: 10px 0 40px 0;
  font-size: 16px;
  text-align: start;
}
.striped-border {
  border: 1px dashed #000;
  margin-block-start: 0;
  width: 95%;
  text-align: start;
  margin-right: 5%;
}

.headline__address {
  text-decoration: underline;
}

.site-wrap--rmp .button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.5);
  padding: 5.5px 6px;
  line-height: 1;
  color: #706f6f;
  background: #fff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.site-wrap--rmp .button:hover,
.site-wrap--rmp .button:focus,
.site-wrap--rmp .button:active {
  background: #706f6f;
  color: #fff;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

.site-wrap--9levels .button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0 13px;
  line-height: 1;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.site-wrap--9levels .button:hover,
.site-wrap--9levels .button:focus,
.site-wrap--9levels .button:active {
  background: #f5f5f5;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

.site-wrap .button--submit {}

.site-wrap--9levels .button--no-pw {
  margin-bottom: 13px;
  font-size: 14px;
  padding: 11px 0 10px;
}

.site-wrap--9levels .button--recover {
  font-size: 14px;
  padding: 11px 0 10px;
}

.site-wrap--rmp .button--no-pw {
  margin-bottom: 5px;
  font-size: 14px;
}

.site-wrap--rmp .button--recover {
  font-size: 14px;
}

.recovery-notification {
  font-size: 12px;
  padding-bottom: 20px;
}

.panel__9levels {
  width: 400px;
  padding: 0 10px;
}

.panel-register {
  width: 65%;
  padding: 0 10px;
}

.checkbox {
  display: inline-block;
  text-align: start;
}

.button-register{
  margin-bottom: 15px;
  font-size: 16px;
  padding: 15px 0 16px;
}

@media only screen and (max-width: 992px) {
  .form-line {
    flex-direction: column;
  }

  .panel-register {
    width: 100%;
    padding: 0 20px;
  }

  .logo-register {
    width: 100%;
    margin: 0 0 25px 0px;
  }
}
