﻿html {
  height: 100%;
  font-size: 10px !important;
}

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

body.login {
  height: auto;
  background: url(../../image/login-background.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.6rem;
}

.login-main-cont {
  position: absolute;
  right: 30rem;
  top: 50%;
  width: 51rem;
  padding: 4rem 7rem;
  background: #FFFFFF;
  transform: translateY(-50%);
  border-radius: 1rem;
}


.login-header {
  display: flex;
  justify-content: center;
}

.login-header img {
  width: 23.5rem;
  height: 8.9rem;
}

.login-title {
  font-size: 2.8rem;
  color: #000000;
  margin-top: 4.4rem;
  margin-bottom: 3.8rem;
  font-weight: bold;
}

.form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
}

.form-item img {
  max-width: 2.4rem;
  max-height: 2.4rem;
  margin-left: 3.5rem;
}

.form-item .form-item-input {
  flex: 1;
  height: 100%;
  padding: 0 1.5rem;
  font-size: 1.8rem;
  color: #000000;
  border: none;
  outline: none;
}

.login-main-cont .section-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem 4rem 0.8rem;
  font-size: 1.6rem;
  color: #666666;
  margin-top:1rem;
}

.login-main-cont .section-cont > div {
  cursor: pointer;
}

.login-main-cont .section-cont .forgot {
    color: #526999;
}

.login-main-cont .submit-btn {
    width: 100%;
    border-radius: 0.5rem;
    background: #05c575;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    font-size: 1.8rem;
    color: #FFFFFF;
    cursor: pointer;
}

.login-main-cont .agreement {
    color: #666666;
    font-size: 1.6rem;
    /*text-align: center;*/
    margin-top: 1.5rem;
    padding: 0.5rem 0.1rem 3rem 0.1rem
}

.copy {
    width: 100%;
    height: 7rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #666666;
}

@media screen and (max-width: 3840px) {
    html {
        font-size: 125% !important;
    }
}

@media screen and (max-width: 2560px) {
    html {
        font-size: 83.3% !important;
    }
}
@media screen and (max-width: 1920px) {
    html {
        font-size: 62.5% !important;
    }
}
@media screen and (max-width: 1650px) {
    html {
        font-size: 53.71% !important;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 46.875% !important;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 44.46% !important;
    }
}



