body{    margin-top:5rem;}.container {  width: 25%;  margin: 5rem auto;  padding: 20px;  border: 1px solid #ccc;  border-radius: 5px;}.form-group {  margin-bottom: 15px;}.form-group label {  display: block;  margin-bottom: 5px;}.form-group input {  width: 100%;  padding: 8px;  box-sizing: border-box;}.error-message {  color: red;  font-size: 14px;}.button {  display: block;  width: 100%;  padding: 10px;  background-color: #4CAF50;  color: white;  border: none;  border-radius: 5px;  cursor: pointer;  text-align: center;  margin-top: 10px;  font-size: 16px;}.button1{    border:none;    cursor:pointer;    background-color:white;    font-size: 1.2rem;    text-decoration: underline;}.button:hover {  background-color: #45a049;}@media (max-width:1200px){    .container {        width: 50%;    }    }@media (max-width:800px){     .container {        width: 70%;    }        }@media (max-width:550px){     .container {        width: 90%;    }    }