

/** From /editor/skin/oneit/less/oneit_skin.less */
body {
  background: #ffffff;
  font-size: 12px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
a {
  color: #005599;
  text-decoration: none;
}
a:link {
  color: #005599;
  text-decoration: none;
}
a:visited {
  color: #005599;
}
a:hover {
  color: #005599;
  text-decoration: underline;
}
a:active {
  color: #005599;
}
.clear {
  line-height: 1px;
  font-size: 1px;
  float: none;
  clear: both;
}
.small_page_content {
  max-width: 80%;
  height: auto;
  margin: 5% auto 0;
  width: 300px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 17px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 2px 17px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 17px 1px rgba(0, 0, 0, 0.42);
}
.login_logo_img {
  max-width: 90%;
  margin: 0 auto;
}
.small_header {
  text-align: center;
  color: #005599;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.small_page_content .login_desc {
  margin: 20px auto;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #f05128;
}
small_login_details {
  width: 100%;
  text-align: center;
}
.small_input {
  padding: 10px;
  font-weight: 300;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  color: #555555;
  border: 1px solid #818181;
  background: #ffffff;
}
.small_button {
  display: block;
  width: 100%;
  border: 1px solid #005599;
  background: #005599;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold !important;
  text-align: center;
  cursor: pointer;
  height: 43px;
  padding: 4px 6px;
  letter-spacing: 1px;
  font-size: 16px !important;
  margin: 0 auto;
  _width: 100%;
}
.secondary_button {
  border: 1px solid #f26531;
  background: #f26531;
  color: #ffffff;
}
.small_login_box {
  padding-bottom: 15px;
}
.small_login_box .label {
  color: #333333;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}
.login_logo {
  text-align: center;
  background-color: #ffffff;
}
.errorField .small_input {
  border: 1px solid #d70000;
  color: #a94442 !important;
}
.small_error_placeholder {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
.small_error_box {
  color: #a94442;
  background-color: #f2dede;
  border-color: #f2dede;
  border-radius: 5px;
  padding: 5px 10px;
  height: auto;
}
.small_error_box p {
  margin: 5px 0;
}
.small_error_box p.info_header {
  text-align: left !important;
  font-weight: bold;
  margin: 10px 0;
}
.small_error_box p.info_text {
  text-align: left !important;
  margin: 10px 0;
}
.small_success_box {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #dff0d8;
  border-radius: 5px;
  padding: 5px 10px;
  height: auto;
}
.small_success_box p {
  margin: 5px 0;
}
.small_return_link {
  margin-top: 15px;
  text-align: center;
}
.small_return_link a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #f05128;
}
.small_return_link a:hover {
  text-decoration: underline;
}
.small_return_link img {
  width: 36px;
  display: block;
  float: left;
}
.cms_footer_annotation {
  margin: 5px;
  color: #b4b4b4;
}
.redask {
  display: none;
}
@media (max-width: 768px) {
  .small_page_content {
    position: static ;
    margin: 10% auto 0;
  }
}
