body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

.bottom_space {
  margin-bottom: 22px;
}

#button {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#button_left {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: left;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.button_link {
  border: none;
  cursor: pointer;
}

#button_right {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: right;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.center_object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center_text {
  text-align: center;
}

.error_text_color {
  color: #b72400;
}

.half_width {
  width: 50%;
}

.header1_text {
  color: #424141;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 22px;
  text-align: center;
}

.header2_text {
  color: #424141;
  font-weight: 600;
  font-size: 1.0rem;
  margin-bottom: 22px;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.integration_field_label {
  display: inline-block;
  width: 73px;
}

.little_bottom_space {
  margin-bottom: 4px;
}

#login_body {
  background: url(https://scarletshark.com/images/background_290456956.jpeg);
  background-color: #2f4858;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
}

#login_box {
  background-color: white;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  min-width: 335px;
  min-height: 310px;
  padding: 30px;
  width: calc(100% - 40px);
}

#login_box_container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#login_box_inner_container {
  display: table-cell;
  vertical-align: middle;
}

#login_button {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: right;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#login_button_container {
  margin-top: 32px;
  width: 100%;
}

#login_message_text {
  color: #b72400;
}

.login_text_input {
  background-color: rgb(196, 221, 227);
  border: 1px solid #424141;
  border-radius: 2px;
  font-size: 1.0rem;
  padding: 6px;
  width: 320px;
}

.login_text_input_short {
  background-color: rgb(196, 221, 227);
  border: 1px solid #424141;
  border-radius: 2px;
  font-size: 1.0rem;
  padding: 6px;
  width: 220px;
}

.login_text_input_container {
  height: 125px;
  margin-bottom: 22px;
  width: 100%;
}

.login_text_label {
  color: #424141;
  margin-bottom: 2px;
  margin-top: 22px;
}

.logo_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
}

.logo_text {
  color: #424141;
  font-weight: 600;
  font-size: 2.0rem;
  margin-left: 8px;
  text-align: center;
}

#logo_fin_path {
  fill: #b72400;
  fill-opacity: 1;
  stroke: none;
}

#logo_water_path {
  fill: #2f4858;
  fill-opacity: 1;
  stroke: none;
}

.max_height_width {
  min-height: 100%;
  width: 100%;
}

#mfa_code_label_div {
  padding-top: 18px;
}

#mfa_setup_panel {
  background-color: white;
  border: 1px solid #424141;
  min-height: 500px;
  max-width: 450px;
  min-width: 370px;
  padding: 10px;
  width: auto;
}

.no_margin {
  margin: unset;
}

#password_change_panel {
  background-color: white;
  border: 1px solid #424141;
  min-height: 315px;
  max-width: 450px;
  min-width: 370px;
  padding: 10px;
  width: auto;
}

.right_space {
  margin-bottom: 4px;
}

.ss_background_color {
  background-color: #2f4858;
}

.top_space {
  margin-top: 22px;
}

.visible {
  visibility: visible;
}
