.container-below-top
{
  width:30%;
  float:left;
}

.container-nav
{
    width:70%;
    float:left;
}

.com-content-article__body
{
    padding-left:30px;
    padding-left:30px;
  font-size:25px;
}


.com-content-article__body li
{
    padding-bottom: 1em;
    text-indent:5px;
    font-weight:600;
  
}


.wrapper_form_signup
{


	 text-align: center;
}

.form_signup input 
{
   outline: none; 
   opacity: 0.6;
   border-top-style: hidden;  
   border-right-style: hidden;
   border-left-style: hidden;
   border-bottom: 2px solid blue;
   margin-bottom:0px
}

.wrapper_button_donate
{
	width:80%;
	text-align: center;
	margin:auto;
}

.button_donate
{
	background-color: #FFC300;
    border: none;
    color: white;
	border-radius: 25px;
	width:80px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    z-index:99;
    margin: 4px 2px;
}

.button_signup
{
	background: rgb(46,122,116);
    background: linear-gradient(0deg, rgba(46,122,116,1) 22%, rgba(17,63,242,1) 49%, rgba(15,193,230,1) 71%);
    border: none;
    color: white;
	border-radius: 25px;
	width:140px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    z-index:99;
    margin: 4px 2px;
}