/* Scss Document */
html {
  font-size: 16px;
  line-height: 1.5rem;
}

#page_top {
  visibility: hidden;
}

body {
  background-color: #e6e6e6;
}

form {
  width: 100%;
}

.login {
  position: relative;
  height: calc(100vh - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .login {
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .login {
    height: calc(100vh - 8px);
  }
  main {
    height: 100%;
    min-height: 840px;
    margin: 1.2% auto 0 !important;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 20px;
  }
}

main .loginBox {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  main .loginBox {
    height: 100%;
    padding: 15px;
  }
}

main .titleArea {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

main .titleArea h1 {
  font-size: 2.25rem;
  line-height: 2.5625rem;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  main .titleArea h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

@media screen and (max-width: 768px) {
  main .titleArea h1 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

main .titleArea h1 small {
  font-size: 70%;
  display: block;
}

main .titleArea p.master {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #2b579a;
}

@media screen and (max-width: 768px) {
  main .titleArea p.master {
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 10px;
  }
}

main .titleArea p.logo {
  margin: 30px 0;
}

main .titleArea p.logo img {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 768px) {
  main .titleArea p.logo img {
    width: 280px;
  }
}

main .textArea {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main .textArea {
    width: 100%;
  }
}

main .textArea h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: bold;
  padding: 10px;
  color: #2b579a;
  border-top: solid 3px #2b579a;
  border-bottom: solid 3px #2b579a;
  background-color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  main .textArea h3 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}

@media screen and (max-width: 768px) {
  main .textArea h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

main .textArea .period {
  font-size: 1.25rem;
  text-align: center;
  margin: 30px 0 20px;
}

@media screen and (max-width: 768px) {
  main .textArea .period {
    text-align: left;
    font-size: 1rem;
  }
  main .textArea .period span {
    display: block;
  }
}

main .textArea .inputArea {
  width: 80%;
  margin: 0 auto 30px;
  padding: 40px 30px;
  border: 2px solid #637FAA;
}

@media screen and (max-width: 768px) {
  main .textArea .inputArea {
    width: 100%;
    padding: 20px 15px;
  }
}

main .textArea .inputArea dl {
  display: table;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  main .textArea .inputArea dl {
    width: 100%;
    display: block;
  }
}

main .textArea .inputArea dl:last-child {
  margin-top: 10px;
}

main .textArea .inputArea dl dt,
main .textArea .inputArea dl dd {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  main .textArea .inputArea dl dt,
  main .textArea .inputArea dl dd {
    width: 100%;
    display: block;
  }
}

main .textArea .inputArea dl dt {
  width: 100px;
}

main .textArea .inputArea dl dd {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  main .textArea .inputArea dl dd {
    width: 100%;
  }
}

main .pass-lead {
  width: 80%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  main .pass-lead {
    width: 100%;
  }
}

main .btnArea {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  main .btnArea {
    margin-bottom: 20px;
  }
}

main .btnArea a {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #FFF;
  background-color: #2b579a;
  border-radius: 5px;
  font-size: 1.25rem;
}

main .btnArea a:hover {
  background-color: #ea5e00;
  -webkit-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

main .btnArea i {
  margin-right: 0.5em;
}

footer {
  min-height: 0%;
}

.footerArea {
  padding: 15px 0;
  margin-top: 0;
}
