body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.global-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: auto;
  min-height: auto;
  background-image: url('../images/background-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  height: auto;
  background-image: url('../images/Zhonghua-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.visit-our-website {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 25px;
  margin-right: 50px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.visit-our-website:hover {
  border-bottom: 3px solid #fff;
}

.login-section {
  display: block;
  width: 340px;
  margin-top: 7%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.home-logo-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.logo-student-portal {
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.login-field-box {
  min-height: 85px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.login-field-box:hover {
  border-color: #03d8b4;
}

.login-image {
  margin-top: 11px;
  margin-right: 3px;
  margin-left: 10px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-right: 3px solid #cf4815;
}

.login-item-1 {
  margin-bottom: 9px;
  color: #fff;
}

.login-field {
  margin-bottom: 0px;
  padding: 5px 10px;
  border: 1px none #f7f7f7;
  background-color: hsla(0, 0%, 100%, .15);
  color: #000;
}

.login-button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 15px;
  border-radius: 100px;
  background-color: #00a589;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}

.login-button:hover {
  background-color: #027e69;
}

.forget-password-text {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.forget-password-text:hover {
  color: #cf4815;
}

.copyright {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.footer-link {
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.text-block {
  color: #fff;
}

@media (max-width: 479px) {
  .global-background {
    margin-right: 0px;
  }
  .visit-our-website {
    position: static;
    width: auto;
    margin: 18px auto 6px;
    background-color: transparent;
    font-size: 13px;
    text-align: center;
  }
  .visit-our-website:hover {
    display: block;
    width: 135px;
    margin-right: auto;
    margin-left: auto;
  }
  .login-section {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .login-field-box {
    min-height: 65px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .login-image {
    margin-top: 23px;
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 4px;
  }
  .login-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .copyright {
    padding-right: 55px;
    padding-bottom: 30px;
    padding-left: 55px;
  }
  .no-padding {
    padding-right: 0px;
  }
  .text-block {
    font-size: 12px;
    line-height: 18px;
  }
}