body {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.container{
    
    background-color: #f5f5f5;
    margin-top: 50px;
    justify-content: center;
    
    display: flex;
    background-color:offwhite;
    width: 100%;


}

.login-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:offwhite; 

    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   
}

.form-group{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 350px;
}

.labels{

    height: 25px;
}

.input_field{
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#btn{
    background: #d9534f;
    color: white;
    }
