@charset "utf-8";
/* CSS Document */

[type='tel'],
[type='email'],
[type='text'],
textarea
{
	background-color: #fff;
	border: 1px solid #ccc !important;
    box-shadow: none !important;
	padding: 5px;
}
[type='submit']
{
    background: none;
	background-color: #8CC63F;
	border: none;
    border-radius: 0px;
	color: #fff;
	padding: 15px 40px;
    text-shadow: none;
    font-size: 1em;
}
[type='submit']:hover
{
    background: none;
    box-shadow: none;
	background-color: #8CC63F;
}

label.mfp_checked
{
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

@media screen and (min-width: 768px) {
	
    #submit
    {
        padding-top: 50px;
    }

}

@media screen and (max-width: 767px) {
	
    [type='tel'],
    [type='email'],
    [type='text'],
    textarea
    {
        width: 98%;
    }
    
    #submit
    {
        padding-top: 30px;
    }

}