/* line 3, ../../../../../frontend/styles/confreg.scss */
main {
  padding-top: 20px;
}

/* line 7, ../../../../../frontend/styles/confreg.scss */
.side-view, .panel {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 11, ../../../../../frontend/styles/confreg.scss */
.side-view .left-panel-wrapper, .panel .left-panel-wrapper {
  width: 50%;
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 600px) {
  /* line 11, ../../../../../frontend/styles/confreg.scss */
  .side-view .left-panel-wrapper, .panel .left-panel-wrapper {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }
}
/* line 20, ../../../../../frontend/styles/confreg.scss */
.side-view .panel-inner-wrapper, .panel .panel-inner-wrapper {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: white;
}
/* line 26, ../../../../../frontend/styles/confreg.scss */
.side-view .content, .panel .content {
  color: black;
  padding: 20px;
}
/* line 30, ../../../../../frontend/styles/confreg.scss */
.side-view .header, .panel .header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  box-sizing: border-box;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  text-decoration-color: white;
  text-decoration-line: none;
  text-decoration-style: solid;
  white-space: nowrap;
}
/* line 46, ../../../../../frontend/styles/confreg.scss */
.side-view .right-panel-wrapper, .panel .right-panel-wrapper {
  width: 50%;
  padding-left: 10px;
  float: right;
}
@media screen and (max-width: 600px) {
  /* line 46, ../../../../../frontend/styles/confreg.scss */
  .side-view .right-panel-wrapper, .panel .right-panel-wrapper {
    width: 100%;
    padding: 0;
    float: none;
  }
}

/* line 54, ../../../../../frontend/styles/confreg.scss */
.col-no-padding {
  padding: 0 !important;
}
/* line 56, ../../../../../frontend/styles/confreg.scss */
.col-no-padding .col {
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  /* line 59, ../../../../../frontend/styles/confreg.scss */
  .brand-logo {
    margin-left: 20px;
  }
}

/* line 65, ../../../../../frontend/styles/confreg.scss */
form .help-block {
  line-height: 16px;
  position: relative;
  top: -10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 85%;
}

/* line 73, ../../../../../frontend/styles/confreg.scss */
.help-block + p {
  line-height: 16px;
  position: relative;
  top: -20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 85%;
}

/* line 81, ../../../../../frontend/styles/confreg.scss */
form .error {
  line-height: 12px;
  position: relative;
  top: -12px;
  color: #F44336;
}

/*# sourceMappingURL=confreg.css.map */
