*{
	box-sizing:border-box;
}

html, body{
	min-height:100%;
	height:100%;
	margin:0;
	font-family: Arial;
}

.vk{
	display:flex;
	align-items:center;
	justify-content:center;	
	min-height:100%;
	padding:20px;
}

.vk_in{
	max-width:400px;
	width:100%;
	display:flex;
	flex-direction:column;
}

.caps{
	text-transform:uppercase;
}

.input_text{
	margin:10px 0px;
	padding:10px;
	font-size:20px;	
	border-radius:5px;
	border:2px solid #0057B7;
	width:100%;
}

.vk_el{
	margin-top:20px;
	display:flex;
	flex-direction:column;
}

.vk_el:nth-child(1){
	margin-top:0px;
}

.vk_el label{
	margin-bottom:5px;
	font-size:20px;
}

.leads_group{
	cursor:pointer;
	margin-top:5px;
}

.leads_group:nth-child(1){
	margin-top:0px;
}

.leads_group:hover{
	color:red;
}

.leads_group.act{
	color:red;
}

.input_text:focus,.input_text:active,.input_text:focus-visible,.input_text:focus-within{
	border:2px solid #003C87;
}

.disabled{
	pointer-events:none;
}

.input_sub{
	padding:20px 40px;
	margin:10px 0px;
	color:#ffffff;
	background:#0057B7;
	cursor:pointer;
	font-size:20px;
	border-radius:5px;
	border:none;	    
	align-self: center;
	transition:0.3s;
	text-align:center;
}

.input_sub.disabled{
	background:gray;
}

.btn{
	text-decoration:none;
	width:100%;
	max-width:240px;
	padding:20px 40px;
	margin:10px 0px;
	color:#ffffff;
	background:#0057B7;
	cursor:pointer;
	font-size:20px;
	border-radius:5px;
	border:none;	    
	align-self: center;
	transition:0.3s;
	justify-content:center;
	text-align:center;
}

.btn:hover, .input_sub:hover{
	background:#0EA2FF;
}

.back{
	margin-bottom:30px;	
}

.back a{
	text-decoration:none;
}
