body{
	background-color: rgb(128, 0, 85);
	display: flex;
	justify-content: center; 
	align-items: center;
	height: 100vh;
	background-image: url(../images/banner-images/banner-image-1.jpg);
	background-size: cover;
	position: relative;
}
*{
	font-family: sans-serif;
	box-shadow: border-box;

}
form{
	width: 500px;
	border: 2px solid #940b01;
	padding: 30px;
	background: #eee9eb77;
	border-radius: 15px;
	
	background-size: cover;
	position: relative;
}
h2{
	text-align: center;
	margin-bottom: 50px;
	color: #0f0b0b;
	font-size: 30px;  

}
 h3{
	text-align: center;
	float: none;
	margin-bottom: 50px;
	color: #680303;
	position: relative;  
}
input{
	display: block;
	border: 2px solid #a50a0a;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;

}
label{
	color: #9c0505;
	font-size: 18px;
	padding: 10px; 
}
button{
	float: right;
	background: #790808;
	padding: 10px 15px;
	color: #f2f7f3;
	border-radius: 5px; 
	margin-right: 10px;
	border: none; 
}
button:hover{
	opacity: .7;
}
ul{
        width: 50%;
        margin: .9px;
        padding: 1px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        list-style: none;  
    }

        
    
    ul li a{
        text-decoration: none;
        color: blue;
        margin: 1px;
        text-align: right;
        
    }
