/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2017, 2:26:29 PM
    Author     : DELL 3542
*/


/*--donate_form --*/
.donate_form_w3l form input[type="text"],.donate_form_w3l form input[type="email"], .donate_form_w3l form input[type="password"]{
    padding:8px 11px;
    display: block;
        width: 100%;
    background: none;
    border: none;
    outline: none;
    color:#555;
    font-size: 1em;
    box-shadow: inset 0px 0px 3px #555;
    -webkit-box-shadow: inset 0px 0px 3px #555;
    -moz-box-shadow: inset 0px 0px 3px #555;
    -o-box-shadow: inset 0px 0px 3px #555;
    -webkit-appearance: none;
}
.donate_form_w3l form input[type="submit"] {
    text-transform: capitalize;
       background: #e3001f;
    color: #FFFFFF;
    padding: .8em 2em;
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-top: 1em;
    -webkit-appearance: none;
}
.donate_form_w3l form textarea{
	padding:8px 11px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color:#555;
    font-size: 1em;
    box-shadow: inset 0px 0px 3px #555;
    -webkit-box-shadow: inset 0px 0px 3px #555;
    -moz-box-shadow: inset 0px 0px 3px #555;
    -o-box-shadow: inset 0px 0px 3px #555;
    -webkit-appearance: none;
	height:75px;
}
.donate_form_w3l h5 {
    color: #222;
    font-size: 1.2em;
}
ul.infor label {
    font-weight: 600;
}
ul.infor li {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 31px;
    font-size: 0.9em;
    color: #fff;
    background: #13a538;
    letter-spacing: 1px;
}
ul.infor {
    margin: 1em 0;
}
@media (max-width: 568px){
ul.infor li {
       padding: 10px 22px;
	}
}
@media (max-width: 414px){

.donate_form_w3l h5 {
		font-size: 1em;
		line-height: 1.4em;
	}
}