body {
    /* font-family: Arial, sans-serif; */
    background-color: #f5f5f5;
    background-image: url('bgimg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* width: 100%; */
    


}

.container {
    /* background-color: #fff; */
    /* max-width: 400px; */
    width: 30%;
    height: 40%;
    /* margin:  auto; */
    margin-left: 30%;
    padding: 100px;
    margin-top: 100px;
    border-radius: 20px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.9);
    flex-wrap: wrap;
    
}

h2 {
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 95%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    flex-wrap: wrap;
    
    
}
#username ,#password,#confirm-password,#email::placeholder{
    flex-wrap: wrap;
    text-align: center;
    font-size: 90%;
}


button {
    width: 100%;
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.error {
    color: #ff0000;
    font-size: 14px;
}
 a{
    width: 100%;
    color:white;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;


  
    
   

}
