/* -----  google Font  -----*/
@import url('https://fonts.googleapis.com/css?family=Sora:100,300,400,500,700');
   
body {
margin: 0;
padding: 0;
font-family: Sora, sans-serif;
}
.ovs-top-back {
	height: 100vh;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	background-color: #ffffff;
	background: linear-gradient(to bottom right, #11e3da, #0e9ddc, #0539f4);
	opacity: 44%;
	background-attachment: fixed;
	z-index: 1;
	display: block;
	outline: #616161;
}
.ovs-top-block {
	height: 20vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: static;
	background: linear-gradient(to bottom right, #11e3da, #0e9ddc, #0539f4);
	opacity: 80%;
	background-attachment: fixed;
	z-index: 3;
	display: block;
	outline: #616161;
	box-shadow: 3px 5px 11px rgba(0,0,0,0.2);
}
.ovs-block {
	height: 80vh;
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
	background-attachment: fixed;
	opacity: 0%;
	z-index: 2;
	display: block;
	outline: #616161;
}
.ovs-form {
/*background: #f16323; Орнжево-красный
background: #ee1c25; Красный
background: #faca0a; Желтый
background: #0e9ddc; Голубой
background: #0539f4; Синий
background: #11e3da; Бирюзовый
text color #616161; Серый*/
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 4;
background-color: #ffffff;
/*background: linear-gradient(to bottom right, #ee1c25, #f16323, #faca0a);*/
opacity: 100%;
padding: 30px; 
width: 280px;
box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
border-radius: 5px;
}
.ovs-form label {
color: #616161;
display: block;
text-align: center;
line-height: 50px;
font-size: 25px;
}
.ovs-form a {
text-decoration: none;
transition: 0.5s;
color: #ffffff;
display: block;
text-align: center;
line-height: 40px;
}
.ovs-form a:hover {
color: #ED1C20;
}
.ovs-form ul {
list-style: none;
padding: 0;
margin: 0;
display: block;
text-align: center;
}
.ovs-form input {
margin-top: 10px;
display: block;
width: 97%;
text-align: center;
line-height: 30px;
box-shadow: inset 2px 3px 5px rgba(0,0,0,0.1);
}
.button {
height: 40px;
width: 80px;
background: linear-gradient(to bottom right, #ee1c25, #f16323, #faca0a);
margin-left: auto;
margin-right: auto;
margin-top: 20px;
text-align: center;
border-radius: 5px;
box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
