body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    background: url("../img/Franchise-banner.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
  }
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .form {
    background-color:#162B75;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 500px;
    align-items: center;
  }
  .image{
    margin: 15px;
    margin-bottom: 20px;
  }
.massage{
    display: block;
    font-weight: bold;
    padding: 10px;
    color:white
}
@media screen and (max-width: 768px) {
    .form {
      width: 80%;
    }
    .massage{
        font-size: 12px;
    }
  }
  
@media screen and (max-width: 480px) {
    .form {
        width: 80%;
      }
.image{
margin-bottom: 20px;
}
      .massage{
        font-size: 12px;
      }
}
