.rendered-form{
    width: 54%;
    padding: 5%;
    background-color: #edf1ed;
    border-radius: 14px;
    margin: 4% auto auto auto;
}


button#SEND {
    width: 100%;
    margin: 90px auto 90px auto;
}


.tooltip-element {
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
}



 .logoHolder {
    width: 100%;
    text-align: center;
    margin-bottom: 9%;
}
 

.tooltip-element:hover  {
  visibility: visible;
}


.HideForm {
    display: none !important
}

.ThankYou {
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 9%;
    font-size: 1.82em;

}

body {
    background-color: #fff;
    background: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
      background-size: cover;

    
}






