.user_legend {color:blue;margin:0.5vw auto;} /*5px*/
.user {width: 100%; background-color: white;}
.tr {display: flex; align-items: stretch; width: 100%; background-color: white; padding: 0.4vw 0vw;} /*padding: 4px 0px*/
.td10 {flex:1; text-align: left;}
.td11 {flex:1; text-align: left;}
.td12 {flex:2; text-align: left;}
.tr::after {clear:both; content: ""; display: table;}
#users_password {width:100%;}
#users_login {width:100%;}
#start {width:100%;font-size:1.5vw;}
#cancel {width:100%;font-size:1.5vw;}

#start:hover/*, #start:focus*/ 
{
	color: green;
	cursor: pointer;
}
#cancel:hover/*, #cancel:focus*/
{
	color: #f44336;
	cursor: pointer;
}
.td12 label:hover/*, .td12 label:focus*/ {
	color: blue;
}
@media screen and (max-width: 800px) {
	#start {font-size:4vw;}
	#cancel {font-size:4vw;}
}