button {
	width: 100%;
	max-width: 160px;
	box-sizing: border-box;
	font-size: 0.9rem;
	color: #fff;
	background-color: Purple;
	border: 1px solid Purple;
	border-radius: 3px;
	margin: 10px auto 10px auto; 
	padding: 2px 0px 2px 0px;    
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

button:hover {
	cursor: pointer;
}
.cash {
    background-color: rgba(173, 57, 22, 0.1);
    border: none;
}
#block{
    position: relative;
    margin: 0 auto;
}
p.login{
	text-align:center;
	margin-bottom: 5px;
}
input.agree_chb{
  width: 5%;
}
button.entrance{

}
p.error_access{

}
button.exit_but{

}
p.finish_reg{

}
p.active_till{
	color: red;
}