.mform{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 0 20px;
    text-align: center;
}

.p-t-30{
	padding-top:30px;
}

.mform label{
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	width: 100%;
}

.checkboxes{
	text-align: left;
}

.checkboxes .checkbox{
	font-size: 14px;
}

.checkboxes input.mcheckbox {
    visibility: hidden;
}

.checkboxes label{
    cursor: pointer;
    position: relative;
    width: 5px;
    height: 10px;
    background: #fff;
    border: #ccc solid 1px;
    display: inline-block;
    top: 3px;
    margin: 0px 5px 0px 0px;
    min-height: 16px;
    padding-left: 15px;
}

.checkboxes label:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: #fff;
    top: 4px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

.checkboxes  label:hover::after{
    opacity: 0.5;
}

.checkboxes  input[type=checkbox]:checked + label:after{
    opacity: 1;
}

.checkboxes label{
    border: #6f6f6f solid 1px;
}

.checkboxes label:after{
    background: #6f6f6f;
}

.checkboxes  input[type=checkbox] + label:hover,
.checkboxes  input[type=checkbox]:checked + label{
    background: #6f6f6f;
}

.actions .action{
    display:none;
}

.actions .action.active{
    display:inline-block;
}

.wizard .wizard-step{
    display: none;
}
.wizard .wizard-step.active{
    display: block;
}

#countdown{
    position: relative;
    color: #666;
    font-size: 26px;
    line-height: 1;
    padding: 3px 5px 3px;
    margin: 0px auto 10px;
    letter-spacing: -2px;
}
