/*-- reset --*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
ol,ul{list-style:none;margin:0px;padding:0px;}

a{text-decoration:none;}
/*-- end reset --*/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-attachment: fixed;	 
}

/*-- main --*/
.container {
  padding: 5em 0 0;
}
.form-wrapper {
    width: 26%;
    margin: 4em auto;
}
.form-group {
    margin-bottom: 1.5em;
    position: relative;
    display: flex;
}
h4.headt {
    font-size: 1.5em;
    color: #00bcd4;
    margin-bottom: 1em;
}
form {  
	background-color: #f6f6f6;
	padding: 2.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px; 
	text-align: center;

}
.form-group .form-control{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ADADAD;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.form-control:focus {
    border-color: #fff;
    outline: 0;
 
}
.form-group .form-control {
    padding: 12px 15px;
    background-color: #fff;
    font-weight: 500;
    border-color: #fff;
}

.submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    padding: 0.8em 0;
    background-color: #253B30;
    color: #D4D4D4;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
.submit input[type="submit"]:hover {
    background-color: #4B8764;
}
.submit input[type="submit"].disabled {
	background-color: #646464;
}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}

p.statusMsg{
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: left;
    font-size: 1rem;
}
p.succdiv{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
p.errordiv{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #;
}

/*-- responsive-design --*/
@media(max-width:1440px){
.form-wrapper {
    width: 29%; 
}
}
@media(max-width:1366px){
.form-wrapper {
    width: 31%;
}
.container {
    padding: 3em 0 0;
}
} 
@media(max-width:1080px){
.form-wrapper {
    width: 37%;
}
}
@media(max-width:1024px){
h1 {
    font-size: 2.8em; 
}
}
@media(max-width:991px){
h1 {
    font-size: 2.5em;
}
.form-wrapper {
    width: 41%;
}

}
@media(max-width:800px){
.form-wrapper {
    width: 46%;
	margin: 3em auto;
}
}  
@media(max-width:667px){
.form-wrapper {
    width: 56%; 
}
}
@media(max-width:667px){
.form-wrapper {
    width: 61%;
}
}
@media(max-width:568px){
.submit input[type="submit"] { 
    padding: 1.2em 0; 
}

.form-wrapper {
    width: 64%;
}
}
@media(max-width:480px){
.container {
    padding: 2em 0 0;
}
h1 {
    font-size: 2em;
}
.form-wrapper {
    width: 71%;
}

}
@media(max-width:414px){
form { 
    padding: 2em; 
}
.form-group.submit {
    margin: 1.5em -1.5em 0;
}
.submit input[type="submit"] {
    padding: 1em 0;
}
.form-wrapper {
    width: 76%;
}
} 
@media(max-width:320px){
h1 {
    font-size: 1.6em;
}
.grecaptcha-badge { 
visibility: hidden; 
}
#g-recaptcha-response_0.grecaptcha-badge {
}	
.form-wrapper {
    width: 86%;
    margin: 1.5em auto;
} 
.submit input[type="submit"] { 
    font-size: 16px; 
}
form {
    padding: 1.5em;
}
.form-group {
    margin-bottom: 1em;
}
h4.headt {
    font-size: 1.2em; 
}	
.grecaptcha-badge {
    visibility: hidden;
}	
	

/*-- //responsive-design --*/