@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Helvetice, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	min-height: 100vh;
	
}

body::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("pKKvCaL1TPTVtbI6EeliyND3api.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
}

h1{
	color: #FCD2D2;
	padding: 5px;
	text-align: center;
}

input:hover{
	background-color: #C3A5A6 !important;
}

.blue{
    padding: 5px 5px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-decoration: none !important ;
    background-color: #007bff !important;
    color: white !important;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.blue:hover{
    background-color: #C3A5A6 !important; 
    color: white;
	
}

fieldset{
	width: 30%;
	margin: 0 auto;
	background-color: honeydew;
	opacity: 65%;
}