/* =====  RESET  ===== */
* {
  -webkit-text-size-adjust: none;
  word-break: break-word;
  /* prevent auto zooming beyond viewport */
  margin: 0;
  padding: 0;
  resize: none;
  outline: 0;
  /*vertical-align:middle;*/
  /*-webkit-appearance:none;appearance:none;-moz-appearance:none;*/
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body, object, iframe,
h1, h2, h3, h4, h5, h6, div, span, p, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, em, img, figure,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
form, fieldset, legend, a, textarea, input, select, option, button, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*background:transparent*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*  Media  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Link  */
a:link {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*  Typography  */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
}

/*b{font-weight:bold;} strong{font-weight:normal;vertical-align:middle;}*/
hr {
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

abbr, acronym, img, button {
  border: 0;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

sub, sup {
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*span,em{vertical-align:middle;}*/
/* List */
ul, ol, li {
  list-style: none;
}

/*  Figures */
figure {
  margin: 0;
}

/*  Forms  */
button {
  cursor: pointer;
}

button, input, select, textarea {
  outline: 0 none;
  background-color: transparent;
  /*border:0 none;*/
}

/*input{-webkit-transform:translate3d(0,0,0);}  ios8 */
button, select {
  text-transform: none;
}

textarea {
  vertical-align: top;
}

/*  Table  */
table {
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
  /*table-layout:fixed;*/
}

table caption, fieldset legend {
  display: none;
}

/* YS */
*, *:after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
}

textarea:focus, select:focus, input:focus, button:focus, a:focus {
  outline: none !important;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

a {
  text-decoration: none;
}

ul, li, dl, dt, dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* ============================================== */
/* =====  KIA FONT  ===== */
@charset "utf-8";
@font-face{font-family:KIAbold;font-weight:normal;font-style:normal;src:url('../font/kia/DesignKB.eot');src:url('../font/kia/DesignKB.eot?#iefix') format('embedded-opentype'),url('../font/kia/DesignKB.woff2') format('woff2'),url('../font/kia/DesignKB.woff') format('woff'),url('../font/kia/DesignKB.ttf') format('truetype')}
@font-face{font-family:KIAmedium;font-weight:normal;font-style:normal;src:url('../font/kia/DesignKM.eot');src:url('../font/kia/DesignKM.eot?#iefix') format('embedded-opentype'),url('../font/kia/DesignKM.woff2') format('woff2'),url('../font/kia/DesignKM.woff') format('woff'),url('../font/kia/DesignKM.ttf') format('truetype')}
@font-face{font-family:KIAlight;font-weight:normal;font-style:normal;src:url('../font/kia/DesignKL.eot');src:url('../font/kia/DesignKL.eot?#iefix') format('embedded-opentype'),url('../font/kia/DesignKL.woff2') format('woff2'),url('../font/kia/DesignKL.woff') format('woff'),url('../font/kia/DesignKL.ttf') format('truetype')}

/* =====  BASIC SET ===== */
html {
  font-size: 10px !important;
}

.loginBody h2, .loginWrap .login-form, .footer {
  width: 100%;
  max-width: 40rem;
}

.loginBody {
  width: 100%;
  font-family: KIAmedium;
  border-top: 7px solid #05141f;
  height: 100%;
  min-height: 62rem;
  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;
  padding-top: 4rem;
}

.loginBody .loginInW {
  min-height: 67rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.loginBody .loginWrap {
  width: 100%;
}

.loginBody h2 {
  margin: 0 auto;
  padding: 2rem 0 2rem 125px;
}

.loginBody h2 span {
  display: block;
  width: 15rem;
  height: 5rem;
  background: url(../images/kia_logo.png) no-repeat;
  background-size: 12.5rem auto;
  font-size: 0;
  background-position-x: center;
}

.loginWrap {
  padding: 3rem 0 4.5rem 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.loginWrap .login-form {
  margin: 0 auto;
  overflow: hidden;
}

.loginWrap label {
  margin: 0;
  display: block;
}

.loginWrap input::-webkit-input-placeholder {
  color: #b9bec4;
}

.loginWrap input:-ms-input-placeholder {
  color: #b9bec4;
}

.loginWrap input::-ms-input-placeholder {
  color: #b9bec4;
}

.loginWrap input::placeholder {
  color: #b9bec4;
}

.loginWrap input::-webkit-input-placeholder {
  color: #b9bec4;
}

.loginWrap input:-moz-placeholder {
  color: #b9bec4;
}

.loginWrap input::-moz-placeholder {
  color: #b9bec4;
}

.loginWrap input:-ms-input-placeholder {
  color: #b9bec4;
}

.loginWrap input:focus::-webkit-input-placeholder {
  color: transparent;
}

.loginWrap input:focus:-moz-placeholder {
  color: transparent;
}

.loginWrap input:focus::-moz-placeholder {
  color: transparent;
}

.loginWrap input:focus:-ms-input-placeholder {
  color: transparent;
}

/*  Form  */
/*
.loginWrap h3 {
  font-family: KIAmedium;
  font-size: 1.6rem;
  color: #474747;
  line-height: 1.2;
  display: block;
  margin: 0rem 0 1.5rem;
}
*/
.loginWrap h3 {
    font-family: KIAmedium;
    font-size: 2.6rem;
    color: #474747;
    line-height: 1;
    display: block;
    margin: 0rem 0rem 1rem 0rem;
    text-align: center;
}
/* Input  */
.inputID, .inputPW {
  width: 100%;
  position: relative;
  margin-bottom: .5rem;
}

.inputID input, .inputPW input {
  border: 1px solid #ced4da;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.inputID input:focus, .inputPW input:focus {
  border: 1px solid #05141F;
}

.lginput {
  font-family: KIAmedium;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 4rem;
  background: transparent;
  padding: 0 0.5rem 0 2rem;
}

/* Restyle Checkbox */
.btmCnt.single {
  text-align: left;
  padding: 2rem 0 2rem 0;
}

.btmCnt {
  text-align: center;
  padding: 2rem 0 2rem 0;
}

.saveID, .findPW {
  display: inline-block;
  position: relative;
}

.saveID, .findPW a {
  font-size: 1.4rem;
  color: #555;
}

.findPW {
  padding: 0 0 0 1.5rem;
}

.findPW::before {
  content: '';
  width: 1px;
  height: 1.4rem;
  background: #666;
  display: block;
  position: absolute;
  top: .2rem;
  left: 0;
}

.findPW a:hover {
  text-decoration: underline;
}

.saveID {
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.saveID_input {
  display: none;
}

.saveID_label {
  display: block;
  position: relative;
  padding-left: 2.2rem;
  cursor: pointer;
}

.saveID_label::before {
  content: "";
  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;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  background: #fff;
  border: solid 1px #a4a4a4;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.saveID_input:checked + .saveID_label::before {
  background: url(../images/check.png) no-repeat;
  background-size: 1rem auto;
  background-position: center center;
}

.userAdmin_code {
  font-family: KIAlight;
  font-size: 1.3rem;
  color: #05141F;
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}

.userAdmin_code span {
  font-family: KIAmedium;
  font-size: 2.2rem;
  display: block;
  margin-bottom: .7rem;
}

/* Button */
.loginBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: 5rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #05141F;
  text-transform: uppercase;
  font-family: KIAmedium;
  cursor: pointer;
}

.loginBtn:hover {
  background: #05141Fcc;
}

.loginBtn.upper {
  background: #05141Fcc;
  margin-bottom: .3rem;
}

.loginBtn.upper:hover {
  background: #05141fbd;
}

.support {
  font-family: KIAlight;
  font-size: 1.3rem;
  color: #8a8a8a;
  margin-top: 2rem;
}

.support .title {
  font-family: KIAmedium;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: .4rem;
}

.support .tel, .support .email, .support .teamViewer {
  font-size: 1.4rem;
  display: block;
  color: #05141F;
  font-family: KIAlight;
  padding: .3rem 0  .8rem 2.8rem;
  position: relative;
}

.support .tel {
  margin-top: 1.5rem;
}

.support .tel .ico, .support .email .ico, .support .teamViewer .ico {
  display: inline-block;
  position: absolute;
  top: .2rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.support .tel .ico::before, .support .email .ico::before, .support .teamViewer .ico::before {
  content: "";
  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;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/tel.png) no-repeat;
  background-size: 1rem auto;
  background-position: center center;
}

.support .email .ico::before {
  background: url(../images/email.png) no-repeat;
  background-size: 1.3rem auto;
  background-position: center center;
}

.support .teamViewer .ico::before {
  background: url(../images/viewer.png) no-repeat;
  background-size: 1.2rem auto;
  background-position: center center;
}

.support .tel:hover .ico, .support .email:hover .ico, .support .teamViewer:hover .ico {
  background: #05141F;
}

.support .tel:hover .ico::before, .support .email:hover .ico::before, .support .teamViewer:hover .ico::before {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e7e7e7;
}

.socialMedia a {
  font-size: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #05141F;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.socialMedia a::before {
  content: "";
  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;
  background: url(../images/facebook.png) no-repeat;
  background-size: 1rem auto;
  background-position: center center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 4rem;
  height: 4rem;
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

.socialMedia a.twitter::before {
  background: url(../images/twitter.png) no-repeat;
  background-size: 1.5rem auto;
  background-position: center center;
}

.socialMedia a.instagram::before {
  background: url(../images/instagram.png) no-repeat;
  background-size: 1.7rem auto;
  background-position: center center;
}

.socialMedia a.youtube::before {
  background: url(../images/youtube.png) no-repeat;
  background-size: 1.7rem auto;
  background-position: center center;
}

.socialMedia a.linkedin::before {
  background: url(../images/linkedin.png) no-repeat;
  background-size: 1.5rem auto;
  background-position: center center;
}

.socialMedia a:hover {
  background: white;
}

.socialMedia a:hover::before {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.footer {
  margin: 1.7rem auto !important;
  color: #a0a0a0 !important;
  text-align: center !important;
}

/* Responsive */
@media (max-width: 400px) {
  .loginBody h2, .loginWrap .login-form, .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*# sourceMappingURL=mydsci_login_2021.css.map */