/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* line 18, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 23, ../sass/_base.scss */
body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
/* line 29, ../sass/_base.scss */
a img {
  border: 0px;
}

/* line 33, ../sass/_base.scss */
.pointer {
  cursor: pointer;
}

/* line 36, ../sass/_base.scss */
h3 {
  border-left: 5px solid #37b0ff;
  border-bottom: 1px solid #37b0ff;
  padding: 3px 15px 5px;
  font-size: 16px;
  font-weight: 700;
}

/* line 43, ../sass/_base.scss */
::-moz-selection {
  background-color: #37b0ff;
  color: #fff;
}

/* line 48, ../sass/_base.scss */
::selection {
  background-color: #37b0ff;
  color: #fff;
}

/* line 58, ../sass/_base.scss */
button {
  background-color: #37b0ff;
  color: #fff;
}
/* line 60, ../sass/_base.scss */
button:hover {
  background-color: #37b0ff;
}

/* line 65, ../sass/_base.scss */
.base-colored {
  background-color: #37b0ff;
  color: #fff;
}
/* line 68, ../sass/_base.scss */
.base-colored:hover {
  background-color: #37b0ff;
}

/* line 72, ../sass/_base.scss */
.right-spacer {
  margin-right: 10px;
}

/* line 75, ../sass/_base.scss */
.left-spacer {
  margin-left: 10px;
}

/* line 78, ../sass/_base.scss */
.sc-mobile-title {
  display: none !important;
}

/* line 82, ../sass/_base.scss */
.sc-logo-image {
  height: 28px;
  width: 140px;
}

/* line 87, ../sass/_base.scss */
.sc-header {
  overflow: visible;
  background-color: white;
}

/* line 92, ../sass/_base.scss */
.sc-header {
  color: #767777 !important;
}

/* line 96, ../sass/_base.scss */
.sc-header .mdl-layout__drawer-button {
  background: transparent;
  color: #767777;
}

/* line 101, ../sass/_base.scss */
.sc-header .mdl-navigation__link {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

/* line 107, ../sass/_base.scss */
.sc-navigation-container {
  /* Simple hack to make the overflow happen to the left instead... */
  direction: rtl;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 500px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 121, ../sass/_base.scss */
.sc-navigation {
  /* ... and now make sure the content is actually LTR */
  direction: ltr;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 800px;
}

/* line 130, ../sass/_base.scss */
.sc-navigation .mdl-navigation__link {
  display: inline-block;
  height: 60px;
  line-height: 68px;
  background-color: transparent !important;
  border-bottom: 4px solid transparent;
}
/* line 136, ../sass/_base.scss */
.sc-navigation .mdl-navigation__link:hover {
  border-bottom: 4px solid #37b0ff;
}

/* line 141, ../sass/_base.scss */
.sc-drawer {
  border-right: none;
}

/* line 145, ../sass/_base.scss */
.sc-drawer-separator {
  height: 1px;
  background-color: #dcdcdc;
  margin: 8px 0;
}

/* line 151, ../sass/_base.scss */
.sc-drawer .mdl-navigation__link.mdl-navigation__link {
  font-size: 14px;
  color: #757575;
}

/* line 156, ../sass/_base.scss */
.sc-drawer span.mdl-navigation__link.mdl-navigation__link {
  color: #8bc34a;
}

/* line 160, ../sass/_base.scss */
.sc-drawer .mdl-layout-title {
  position: relative;
  background: #6ab344;
  height: 160px;
}

/* line 166, ../sass/_base.scss */
.sc-drawer .sc-logo-image {
  position: absolute;
  bottom: 16px;
}

/* line 185, ../sass/_base.scss */
.sc-link {
  text-decoration: none;
  color: #37b0ff !important;
}

/* line 190, ../sass/_base.scss */
.sc-link:hover {
  color: #4169e1 !important;
}

/* line 193, ../sass/_base.scss */
.sc-footer {
  background-color: #fafafa;
  position: relative;
}

/* line 198, ../sass/_base.scss */
.sc-header-title {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  margin-bottom: 10px;
}

/* line 204, ../sass/_base.scss */
.page-content {
  width: 100%;
  background-color: #f3f3f3;
  background-size: cover;
}

/* line 209, ../sass/_base.scss */
.main-content {
  margin-right: auto;
  margin-left: auto;
  margin-top: 18px;
  margin-bottom: 18px;
}

/* line 216, ../sass/_base.scss */
.center {
  text-align: center;
  vertical-align: middle;
}

/* line 220, ../sass/_base.scss */
.side-zero {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

/* line 227, ../sass/_base.scss */
.sc-error {
  color: red;
  font-size: 16px;
  font-weight: 650;
}

/* line 233, ../sass/_base.scss */
.sc-backpage {
  font-size: 16px;
  font-weight: 650;
  right: 10;
}

/* line 239, ../sass/_base.scss */
.sc-topicpath ol li {
  display: inline;
  list-style-type: none;
}

/* line 243, ../sass/_base.scss */
.sc-topicpath ol li:after {
  content: " > ";
}

/* line 246, ../sass/_base.scss */
.sc-topicpath ol li:last-child:after {
  content: none;
}

/* line 249, ../sass/_base.scss */
.sc-topicpath ol li a:link {
  color: #0000ff;
}

/* line 250, ../sass/_base.scss */
.sc-topicpath ol li a:visited {
  color: #0000ff;
}

/* line 251, ../sass/_base.scss */
.sc-topicpath ol li a:hover {
  color: #ff0000;
}

/* line 252, ../sass/_base.scss */
.sc-topicpath ol li a:active {
  color: #ff8000;
}

/*** alert****/
/* line 255, ../sass/_base.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 261, ../sass/_base.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 266, ../sass/_base.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 269, ../sass/_base.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 272, ../sass/_base.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/*** table **/
/* line 278, ../sass/_base.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 283, ../sass/_base.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 294, ../sass/_base.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 299, ../sass/_base.scss */
.table > tbody > tr:first-child > td {
  border-top: 0;
}

/*** panel **/
/* line 303, ../sass/_base.scss */
.panel {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 312, ../sass/_base.scss */
.panel-body {
  padding: 15px;
}

/* line 315, ../sass/_base.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 322, ../sass/_base.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 328, ../sass/_base.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 335, ../sass/_base.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 342, ../sass/_base.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 346, ../sass/_base.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 351, ../sass/_base.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 357, ../sass/_base.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 363, ../sass/_base.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 367, ../sass/_base.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 370, ../sass/_base.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 373, ../sass/_base.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 378, ../sass/_base.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 384, ../sass/_base.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 389, ../sass/_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 396, ../sass/_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 406, ../sass/_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 416, ../sass/_base.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 421, ../sass/_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 428, ../sass/_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 438, ../sass/_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 448, ../sass/_base.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 454, ../sass/_base.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 458, ../sass/_base.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 462, ../sass/_base.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 476, ../sass/_base.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 490, ../sass/_base.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 500, ../sass/_base.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 510, ../sass/_base.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 514, ../sass/_base.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 517, ../sass/_base.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 521, ../sass/_base.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 524, ../sass/_base.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 527, ../sass/_base.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 531, ../sass/_base.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 534, ../sass/_base.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 537, ../sass/_base.scss */
.panel-default {
  border-color: #ddd;
}

/* line 540, ../sass/_base.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 545, ../sass/_base.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 548, ../sass/_base.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 552, ../sass/_base.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 555, ../sass/_base.scss */
.panel-primary {
  border-color: #37b0ff;
}

/* line 558, ../sass/_base.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #37b0ff;
  border-color: #37b0ff;
}

/* line 563, ../sass/_base.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #37b0ff;
}

/* line 566, ../sass/_base.scss */
.panel-primary > .panel-heading .badge {
  color: #37b0ff;
  background-color: #fff;
}

/* line 570, ../sass/_base.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #37b0ff;
}

/* line 573, ../sass/_base.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 576, ../sass/_base.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 581, ../sass/_base.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 584, ../sass/_base.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 588, ../sass/_base.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 591, ../sass/_base.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 594, ../sass/_base.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 599, ../sass/_base.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 602, ../sass/_base.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 606, ../sass/_base.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 609, ../sass/_base.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 612, ../sass/_base.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 617, ../sass/_base.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 620, ../sass/_base.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 624, ../sass/_base.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 627, ../sass/_base.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 630, ../sass/_base.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 635, ../sass/_base.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 638, ../sass/_base.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 642, ../sass/_base.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/**** Mobile layout ****/
@media (max-width: 900px) {
  /* line 647, ../sass/_base.scss */
  .sc-navigation-container {
    display: none;
  }

  /* line 651, ../sass/_base.scss */
  .sc-title {
    display: none !important;
  }

  /* line 655, ../sass/_base.scss */
  .sc-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 450px) {
  /* line 665, ../sass/_base.scss */
  .sc-grid-sp {
    display: none;
  }
}
/* line 3, ../sass/reset_password.scss */
.main-card {
  max-width: 750px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
  text-align: left;
  height: auto;
}

/* line 8, ../sass/reset_password.scss */
.message {
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
}

/* line 13, ../sass/reset_password.scss */
.form-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 19, ../sass/reset_password.scss */
.error {
  color: red;
}
