.form{
display: flex;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
border: 1px;
position: relative;
border-radius: 2px;
}


.background-image{
background-image: url(./Images/blood\ background.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 5rem;
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
margin-bottom: -20px;
}


.reg-btn{
    text-align: center;
}
.form-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.btn{
color: white;
background-color: red;

}




