.pingman-service-input {
}

.pingman-service-output {
    position: relative;
    display: none;
    box-sizing: border-box;
    width: 100%;

    /*-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;*/


}

/* PASS GENERATOR START*/
/*=================================================================*/
.passForm {
	background:#f0f0f0;
	color:#212121;
	border-radius: 10px;
	border: 1px solid #3159AB;
	padding:20px;
	margin-bottom:20px;
	
}
.passForm label{
	font-size: 1.05rem;
}
.passForm div{
	--margin-top:20px;
}
.passForm fieldset label{
	margin-bottom:10px;
	margin-top:10px;
}
.passForm #amount{
	border:0; 
	background:#f0f0f0;
	color:#212121;
	box-shadow:none;
	font-size: 1.05rem;
}
.passForm #amount2{
	border:0; 
	background:#f0f0f0;
	color:#212121;
	box-shadow:none;
	font-size: 1.05rem;
}


#blockManual{
	display:none;
}


/* PASS GENERATOR END*/
/*=================================================================*/