
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center{
	text-align: center;
}
.full{
	width: 100%;
}
.error{
	color: red;
	font-weight: bold;
}
.success{
	color: darkgreen;
	font-weight: bold;
}
.padV5{
	padding-bottom: 5px;
	padding-top: 5px;
}
input[type="button"], input[type="submit"], button{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.chp{
	cursor: pointer;
}