  body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #F2F2F2;
    font-family: Segoe UI, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .line-container {
    content: "";
    display: block;
    border: 1px solid yellow;
    height: 20px;
    background-color: rgb(237, 200, 0);
}
  .login-container {
    
    border-radius: 0;
    box-shadow: 0px 0px 10px rgb(152 152 188 / 80%);
    width: 350px;
    HEIGHT: 400PX;
    FONT-SIZE: small;
    BACKGROUND-COLOR: WHITE;
  }
    span{
      height: 20px;
      width: 100%;
      background-color: #edc800;
  }
  .login-custom{
      padding: 20px;
  }
  .login-container h2 {
    margin-top: 0;
    text-align: center;
    color: #000;
  }
  .login-form label {
    color: #000;
  }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 90%;
    padding: 10px;
    margin: 5px 5PX;
    border: 1PX SOLID SILVER;
    border-radius: 5px;
  }
  .login-form input[type="submit"] {
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 20px;
    background-color: #000066;
    color: #fff;
    cursor: pointer;
    FONT-SIZE: larger;
    MARGIN-LEFT: 90PX;
    margin-top: 20px;
    font-weight: bold;
  }
  .logo{
    padding: 20px;
    width: 200px;
    margin-left: 60px;
}
.contact {
    color: #1D1D1D;
    margin-top: 10px;
     margin-left: 20px;
    font-size: initial;
  }
  a{
      text-decoration: none;
  }
  @media only screen and (max-width:767px){ 
     .logo {
        width: 100%;
        max-width: 270px;
        margin-right: 35px;
    }
    
}
  @media only screen and (max-width:640px){
      
      body {
        flex-direction: column;
        padding: 20px 20px;
    }
}