#contactForm input[type="text"],
#contactForm textarea {
    width: 100%;
}
.formGroup{
    margin-bottom: 15px;
}
.formGroup .error{
    font-style: italic;
    color: red;
    font-size: 14px;
}

/*form make a payment */
#paynowform input[type="text"], #paynowform input[type="number"],  #paynowform button[type="submit"] 
{ font-family: "Lato", Sans-serif; width: 100%; }

#paynowform {
	background:#02010100;
	padding:25px;
	margin:50px 0;
}


fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#paynowform input[type="text"],input[type="number"] {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
    background-color: #02010100;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 1px;
    word-spacing: 0px;
}

#paynowform input[type="text"]:hover, #paynowform input[type="number"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#paynowform button[type="submit"] {
    padding: 15px 50px 15px 50px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    background-color: #009056;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgb(66 133 244 / 0%);
    width: 25%;
    position: absolute;
}


#paynowform button[type="submit"]:hover {
	background:rgb(23, 172, 4);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#paynowform button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }


#paynowform input:focus, #paynowform textarea:focus {
	outline:0;
	border:1px solid #999;
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

@media screen and (max-width: 480px) {
    #paynowform input[type="text"],input[type="number"] {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
    background-color: #02010100;
    font-family: "Lato", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 10px;
    letter-spacing: 1px;
    word-spacing: 0px;
    }
    #paynowform button[type="submit"] {
    padding: 10px 20px 10px 20px;
    font-family: "Lato", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #ffffff;
    background-color: #009056;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgb(66 133 244 / 0%);
    width: 25%;
    }
}

        /* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    #paynowform input[type="text"],input[type="number"] {
        width:100%;
        border:1px solid #CCC;
        background:#FFF;
        margin:0 0 5px;
        padding:10px;
        background-color: #02010100;
        font-family: "Lato", Sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        line-height: 12px;
        letter-spacing: 1px;
        word-spacing: 0px;
        }
        #paynowform button[type="submit"] {
        padding: 10px 1px 10px 1px;
        font-family: "Lato", Sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #ffffff;
        background-color: #009056;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 0px 0px rgb(66 133 244 / 0%);
        width: 25%;
        }
}
          
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    #paynowform input[type="text"],input[type="number"] {
        width:100%;
        border:1px solid #CCC;
        background:#FFF;
        margin:0 0 5px;
        padding:10px;
        background-color: #02010100;
        font-family: "Lato", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        line-height: 14px;
        letter-spacing: 1px;
        word-spacing: 0px;
        }
        #paynowform button[type="submit"] {
        padding: 10px 5px 10px 5px;
        font-family: "Lato", Sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 14px;
        color: #ffffff;
        background-color: #009056;
        border-style: none;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 0px 0px rgb(66 133 244 / 0%);
        width: 25%;
        }
}