body{
    background-image: url('../image_web/background2.jpg');
	background-repeat:no-repeat;
    background-size:100% 100vh;
    background-attachment: fixed !important;

}

.wrap{
	max-width: 350px;
	border-radius: 20px;
	margin: auto;
	background: rgba(245, 239, 239, 0.75);
	box-sizing: border-box;
	padding: 40px;
	color: #fff;
	margin-top:40px; 
}
input[type=submit],input[type=button] {
    transition: 0.3s ease;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 30px;
	outline: none;
	border: none;
	background: #60adde;
	opacity: 0.9;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
input[type=submit]:hover,input[type=button]:hover{
	background: #003366;
	opacity: 0.7;
}
a {
    color: #000
}

a:hover {
    color: #000
}
.link {
	transition: 0.3s ease;
	background:  rgba(9,35,144,0.0);
	color: #3175ce;
	font-size: 14px;
	text-decoration: none;
	
	padding: auto;
	margin: 70px;
}

.link:hover{

	border-bottom: 1px solid#129BD2;
	padding: 12px 0;
	background:  rgba(9,35,144,0.0);
}
img{

    margin: 30px;
}