* {margin: 0; padding: 0; border: 0; outline: none; text-decoration: none; background: none; border-collapse: collapse; box-sizing: border-box;}
*:before, *:after {box-sizing: border-box;}
html, body {height: 100%; width: 100%;}

body {
  overflow: hidden;
  height: calc(100vh);
  min-width: 320px;
  background-color: #F9F9F9;
  color: #46667D;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  text-align: left;
}

.kc-body {
  max-width: 700px;
  min-height: 100%;
  margin: 0 auto;
  padding: 70px 20px 5px;
}

.page_fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/i/loading.svg') no-repeat center rgba(255, 255, 255, .25);
  z-index: 1;
  cursor: progress;
}

.main_title {
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
}

.a_l {text-align: left;}
.a_r {text-align: right;}
.a_c {text-align: center;}
.a_j {text-align: justify;}

.mt_5  {margin-top:  5px;}
.mt_10 {margin-top: 10px;}
.mt_15 {margin-top: 15px;}
.mt_20 {margin-top: 20px;}
.mt_30 {margin-top: 30px;}
.mt_40 {margin-top: 40px;}

.mb_30 {margin-bottom: 30px;}

.capitalize {text-transform: capitalize;}

.kc-head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  height: 70px;
  width: 100%;
  min-width: 320px;
  padding: 0 30px;
  background: #46667D;
  box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.48);
}
.kc-head-logo {
  float: left;
  width: 173px;
  height: 28px;
  margin-top: 21px;
  background: url('/i/logo.png') no-repeat center center;
}
.kc-head-lang {
  float: right;
  margin-top: 23px;
  cursor: pointer;
}
.kc-head-lang-icon {display: block;}

.kc-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.kc-buttons-fixed {
  position: absolute;
  width: 100%;
  min-width: 400px;
  left: 0;
  bottom: 20px;
}
.kc-button {
  min-width: 150px;
  height: 41px;
  padding: 10px 9px;
  background-color: #1ABC9C;
  border-radius: 3px;
  font: normal 16px/19px 'UniviaPro';
  color: #FFFFFF;
  cursor: pointer;
  transition: background .5s ease, color .5s ease;
}
.kc-button:hover {background-color: #74C9B8;}
.kc-button-red {background-color: #A6192E;}
.kc-button-red:hover {background-color: #CF5164;}

.kc-form-row {
  overflow: hidden;
  display: block;
}
.kc-form-label {}
.kc-form-input {
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 12px 15px;
  color: #47495A;
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
}
.kc-form-input_error {border-color: #A6192E;}

.kc-iframe-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: auto;
}
.kc-iframe {
  position: absolute;
  width: 100%;
  min-width: 400px;
  height: calc(100% - 80px);
  top: 0;
  left: 0;
  background-color: #494949;
}