.login-bg-fixed {
  height: 100%;
  width: 100%;
  position: fixed; }

.content-login {
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 200px; }

.login-box {
  background: #0000004d 0 0 no-repeat padding-box;
  border-radius: 40px;
  padding: 20px 30px 20px;
  margin: 45px 0 25px 0; }

.forgotpassword {
  margin-top: 20px;
  color: #ffffff80;
  text-align: right;
  letter-spacing: 0;
  display: block;
  font-style: italic; }

.login-logo {
  text-align: center; }

.social-login {
  margin: 25px 0 0 0;
  text-align: center; }
  .social-login span {
    color: #fff;
    font-size: 16px;
    opacity: 0.7;
    font-style: italic; }

.social-box {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .social-box .social-item {
    margin: 0 5px; }

.account-page .login-logo {
  position: fixed;
  right: 20px;
  width: 170px;
  top: 20px; }
  .account-page .login-logo img {
    width: 100%; }

.register-box {
  background: #0000004d 0 0 no-repeat padding-box;
  border-radius: 40px;
  padding: 20px 30px 45px;
  margin: 0 0 25px 0; }
  .register-box .input-form {
    margin-top: 25px; }
  .register-box p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0; }

.form-head {
  text-align: center; }

.information-box {
  background: #0000004d;
  border-radius: 40px;
  padding: 20px 30px 45px;
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.information-tip {
  font-family: 'Myriad Light';
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 10px 0 0; }

.link-account {
  border-radius: 43px;
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 20px 70px;
  margin-bottom: 20px;
  font-family: 'Myriad Light'; }

.link-account.link-account-light {
  background: #ffffff4d; }

.link-account.link-account-dark {
  background: #0000004d; }

.confirm-link-box {
  background: #0000004d;
  border-radius: 40px;
  padding: 20px 30px 45px;
  margin: 0 0 25px 0; }

.information-page .content-login, .register-page .content-login {
  top: 100px; }
