body {
   font-family: 'Roboto',sans-serif !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.page-title{
	color: #a96238;
    font-family: 'Roboto',sans-serif !important;
    font-style: normal!important;
    font-weight: 700!important;

    padding: 19px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
 
    box-shadow: none;
}

.my-giving {

    position: relative;
}
.loader-wrap {
    background: rgba(238, 238, 235, 0.6196078431372549);
    width: 100%;
    height: 100%;
    position: absolute;
    margin: -12px;
   z-index:99999;

}

.loader-wheel {
    animation: spin 1s infinite linear;
    border:  4px solid #a96238;
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
    position: absolute;
    top: 45%;
    left: 45%;
}
.box-center{
	float: none!important;
    margin: auto!important;
}
.pfooter{    font-size: 12px;
    padding: 19px;}
label em {
    color: #ff0000;
    font-weight: 400;
}
.well h4 {
    font-weight: 700;
    color: #a96238;
}
a {
    color: #a96238;
    text-decoration: none;
}
.error {
    display: block;
    color: #990000;
    font-size: 12px;
    float: none;
    font-weight: 500;
}
.btn-group-lg>.btn, .btn-lg {
   line-height: 1.3333333;
    border-radius: 0px;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
   
}