.main-login {
    background-color: #1d5288;
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
    color: #fff;
    overflow: auto;
  }
  
  .logo {
    width:50px;
  }
  
  .top {
    display: flex;
    align-items: center;
  }
  
  .top h3 {
    font-size: 20px;
  }
  
  .top .texts {
    margin-left: 20px;
  }
  
  .logo img {
    width: 100%;
  }
  
  .form {
    text-align: center;
    margin-top: 30px;
  }
  
  .form h1 {
    font-size: 5rem;
    font-weight: bolder;
  }
  
  .form p {
    width: 400px;
    max-width: 90%;
    margin: auto;
  }
  
  .form form {
    width: 500px;
    max-width: 90%;
    margin: auto;
    text-align: left;
  }
  
  #footerArea {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 0 7px 0;
    font-size: 13px;
    border-top: 1px solid #416f9d;
    color: #6b90b8;
    width: 100%;
  }
  
  a {
    text-decoration: none;
    color: #fff;
  }
  