html,
body {
  height: 100%; }

strong {
  font-weight: 700; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #666;
  padding: 5px 10px; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000; }

.input-error input[type="text"],
.input-error input[type="tel"],
.input-error input[type="email"],
.input-error input[type="search"],
.input-error input[type="password"],
.input-error textarea,
.input-error label {
  border-color: #FF0000; }

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2; }

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a2a2a2; }

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a2a2a2; }

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2; }

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #a2a2a2; }

#wrapper {
  width: 100%;
  height: 100%;
  background: #f0f0f0 url(../images/img01-small.jpg) no-repeat 50% 50%/cover;
  display: table;
  position: relative;
  overflow: hidden;
  table-layout: fixed; }

.panel-wrap {
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle; }

.panel {
  background: #fff;
  max-width: 345px;
  text-align: center;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden; }

.panel .logo {
  margin-top: 20px; }

.broker {
  padding: 20px 0 10px; }

.user {
  color: #262626;
  margin-bottom: 10px;
  padding-top: 14px; }

.user-image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 9px; }

.user em {
  font-style: normal; }

.user-name {
  font-weight: 400;
  display: block; }

.getApp-holder {
  -webkit-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
  transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
  width: 100%;
  min-height: 136px;
  padding-top: 20px; }
.getApp-holder .title {
  font-size: 18px;
  line-height: 1.2222222222;
  color: #262626;
  display: block;
  margin-bottom: 4px;
  padding: 0; }
.getApp-holder p {
  padding: 8px 26px 4px; }
.getApp-holder a {
  background-color: #f26b31;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 12px 16px;
  text-decoration: none;
  width: 88%; }
.getApp-holder .getApp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.getApp-holder .form-success .getApp-wrap {
  display: none; }
.getApp-holder .getApp-form {
  padding: 0 26px;
  position: relative; }
.getApp-holder .getApp-form .btn {
  background-color: #bbb;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  width: 95px;
  height: 50px; }
.getApp-holder .getApp-form label {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-size: 18px;
  line-height: 1;
  width: 38px;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #666;
  border-right: none;
  border-radius: 4px 0 0 4px; }
.getApp-holder .getApp-form input[type="text"],
.getApp-holder .getApp-form input[type="tel"],
.getApp-holder .getApp-form input[type="email"],
.getApp-holder .getApp-form input[type="search"],
.getApp-holder .getApp-form input[type="password"],
.getApp-holder .getApp-form textarea {
  width: calc(100% - 38px);
  border-radius: 0 4px 4px 0; }
.getApp-holder .getApp-form input[type="tel"] {
  padding-top: 12px; }
.getApp-holder .getApp-form .input-group {
  width: calc(100% - 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
  position: relative; }
.getApp-holder .getApp-form .input-placeholder-text {
  font-size: 15px;
  line-height: 1.2222222222;
  color: #a2a2a2 !important;
  top: 50%;
  left: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: font-size 75ms, top 75ms;
  transition: font-size 75ms, top 75ms; }
.getApp-holder .getApp-form .input-placeholder-text.small-placeholder {
  top: 10px;
  font-size: 11px; }
.getApp-holder .getApp-form .parent-focus label,
.getApp-holder .getApp-form .parent-active label {
  color: #333; }

.panel-footer {
  margin-top: 35px; }

.panel-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }
.panel-links li {
  flex-grow: 1;
  padding: 19px 0 15px; }
.panel-links a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #535353;
  text-decoration: none;
  display: block;
  position: relative; }
.panel-links a:hover {
  color: #f26b31; }
.panel-links a:hover [class^="icon-"] {
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
.panel-links a:hover [class^="icon-"]:after {
  background: #f26b31;
  border-color: transparent; }
.panel-links em {
  font-style: normal;
  display: block;
  padding-top: 10px; }
.panel-links [class^="icon-"] {
  width: 39px;
  height: 39px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1;
  -webkit-transition: box-shadow .3s ease-in-out, border-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, border-color .3s ease-in-out, transform .3s ease-in-out;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
.panel-links [class^="icon-"]:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.panel-links [class^="icon-"]:after {
  -webkit-transition: top .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out, left .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
  transition: top .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out, left .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #666;
  background: #fff;
  border-radius: 50%;
  content: "";
  z-index: -1; }

.panel-disclaimer {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  color: #999999; }
.panel-disclaimer a {
    background-color: unset;
    border-radius: unset;
    display: initial;
    padding: initial;
    margin: initial;
    font-weight: normal;
    text-decoration: underline;
    width: initial;
    color: #999999;
}
.panel-disclaimer p {
    padding: 8px 10px 4px;
}

.panel-copyright {
  text-align: center;
  font-size: 11px;
  color: #999999;
  margin-top: 10px; }
.panel-copyright a {
  color: #999999; }

.getApp-success {
  display: none; }
form.form-success .getApp-success {
  display: block; }

.title:before {
  z-index: -1 !important; }
