.signup {
    height: 99vh;
}

.signup .logo img {
    width: 28rem;
}

.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 992px) {
    html {
        font-size: 80%;
    }

    .signup .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }

    .signup .logo img {
        width: 30rem;
      }
}

@media (max-width: 720px) {

    html {
        font-size: 60%;
    }

    .signup .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    
    .signup .logo img {
        width: 25rem;
    }
    
    .signup .title {
        display: none;
    }
    
    .signup .copyright p {
        margin-top: 1rem;
    }
}

@media (max-width: 450px) {

    html {
        font-size: 60%;
    }

    .signup .logo img {
        width: 23rem;
    }
    
    .signup .title {
        display: none;
    }
    
    .signup .copyright p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 440px) and (min-height: 956px) {
    html {
      font-size: 90%;
    }
  
    .signup {
      height: 97vh;
    }
  
    .signup .logo img {
      width: 22rem;
      margin-top: 3rem;
    }
  
    .signup .title {
      display: none;
    }
  
    .signup form {
      margin-bottom: 5rem;
    }
  
    .signup .copyright p {
      font-size: 1rem;
    }
}

@media screen and (max-width: 430px) and (min-height: 932px) {
    html {
      font-size: 90%;
    }
  
    .signup {
      height: 97vh;
    }
  
    .signup .logo img {
      width: 22rem;
      margin-top: 3rem;
    }
  
    .signup .title {
      display: none;
    }
  
    .signup form {
      margin-bottom: 5rem;
    }
  
    .signup .copyright p {
      font-size: 1rem;
    }
}

@media screen and (max-width: 414px) and (min-height: 896px) {
    html {
      font-size: 90%;
    }
  
    .signup {
      height: 95vh;
    }
  
    .signup .logo img {
      width: 20rem;
      margin-top: 3rem;
    }
  
    .signup .title {
      display: none;
    }
  
    .signup form {
      margin-bottom: 5rem;
    }
  
    .signup .copyright p {
      font-size: 1rem;
    }
}

@media screen and (max-width: 390px) and (min-height: 844px) {
    html {
      font-size: 90%;
    }
  
    .signup {
      height: 96vh;
    }
  
    .signup .logo img {
      width: 20rem;
      margin-top: 3rem;
    }
  
    .signup .title {
      display: none;
    }
  
    .signup form {
      margin-bottom: 5rem;
    }
  
    .signup .copyright p {
      font-size: 1rem;
    }
}

