@charset 'utf-8';

.tx-datamintsfeuser-pi1  .type-check input[type=checkbox] {
	float: left;
	width: 5%;
	margin: 0.3rem 0 0 0;
}
.tx-datamintsfeuser-pi1  .type-check label {
	float: right;
	width: 95%;
    margin: 0 0 1rem 0;
}

.tx-datamintsfeuser-pi1 .name-infoitem {
	margin: 0 0 1rem 0;
}

.tx-datamintsfeuser-pi1 .name-submit input {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #e40613;
    border-color: #b6050f;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.tx-datamintsfeuser-pi1 .name-submit input:hover {
    background-color: #b6050f;
}


.tx-datamintsfeuser-pi1 .error-label {
	margin-top: 4px;
	padding-left: 20px;
	clear: both;
	color: #a20;
	font-weight: bold;
	background-image: url('arrow_red_up.png');
	background-repeat: no-repeat;
	background-position: left top;
}
