.card-form{
	width: 350px;
	position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    height: 350px;
}

.card-content-inside{
	width: 350px;
	height: 300px;
}

.adjust-vcenter{
	margin-left: 30%;
}

.card-content-inside-approval{
	width: 450px;
	height: 250px;
}

.card-form-approval{
	width: 450px;
	height: 300px;
	text-align: center;
}

.row-margin{
	margin-top: 50px;
}


.adjust-pure-g{
	margin-top: 100px !important;
}

.center-txt{
	text-align: center;
}

.adjust-first{
    width: 40%;
    margin-left: 5%;
}

.adjust-second{
	width: 40%;
    margin-left: 10%;
    margin-right: 5%;
}

.pure-button{
	min-width: unset;
	width: 100% !important; 
}

@media only screen and (max-width: 767px){
	.pure-button {
		min-width: unset;
	    width: 100% !important;
	}
}


.custom-error{
	text-align: center;
	font-size: 12px;
}




