.login {
    background-color: #0066ac;
  }
  .login h4 {
    font-family: "roboto";
    text-align: center;
    color: white;
    padding-top: 75px;
  }
  .LoginContents {
    width: 45%;
  }
  .loginInner label {
    padding-left: 20px;
  }
  .loginButtonContainer {
    display: flex;
    justify-content: center;
  }
  .loginButton {
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-size: 15px !important;
  }
  .me {
    display: inline;
  }
  
  .rememberForget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .forget a:hover {
    color: white;
  }
  .registerwords {
    font-size: 15px;
    margin-bottom: 5px;
    color: white;
  }
  .form-rounded {
    border-radius: 1rem;
    border: 0px;
  }
  .rem {
    padding-left: 0px !important;
    color: white;
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  /*---------------------------------------media query------------------------------------------*/
  @media only screen and (max-width: 1235px) {
  }
  @media only screen and (max-width: 1199px) {
  }
  @media only screen and (max-width: 1130px) {
  }
  @media only screen and (max-width: 992px) {
  }
  @media only screen and (max-width: 991px) {
  }
  @media only screen and (max-width: 990px) {
  }
  @media only screen and (max-width: 767px) {
    .LoginContents {
      width: 70%;
    }
  }
  @media only screen and (max-width: 575px) {
    .LoginContents {
      width: 70%;
    }
  }
  @media only screen and (max-width: 425px) {
    .LoginContents {
      width: 80%;
    }
    .registerwords {
      font-size: 15px;
      margin-bottom: 5px;
      color: white;
    }
  }
  @media only screen and (max-width: 375px) {
    .LoginContents {
      width: 80%;
    }
    .registerwords {
      font-size: 13px;
      margin-bottom: 5px;
      color: white;
    }
    .loginButton {
      font-size: 13px;
    }
  
    .forget a {
      font-size: 12px;
    }
    .rem {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 320px) {
    .LoginContents {
      width: 80%;
    }
    .registerwords {
      font-size: 10px;
      margin-bottom: 5px;
      color: white;
    }
    .loginButton {
      font-size: 12px;
    }
  
    .forget a {
      font-size: 10px;
    }
    .rem {
      font-size: 11px;
    }
  }
  @media only screen and (min-width: 768px) {
  }
  @media only screen and (min-width: 992px) {
  }
  @media only screen and (min-width: 1024px) {
  }
  @media only screen and (min-width: 1300px) {
  }
  @media only screen and (min-width: 1440px) {
  }
  @media only screen and (min-width: 1920px) {
  }
  
  