@charset "UTF-8";
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	margin: 0 5px;
}
div.row{
	text-align: center;
}
span.error{
	margin: 0!important;
}

.anchor-div{
  height:0;
  transform: translateY(-150px);
}

.form-btn{
	text-align: center;
}
.form-btn-inline{
	display: inline-block;
	margin: 0 5px;
}
.form-btn-inline button{
	width: auto!important;
}
