.rendered-form{
    width: 54%;
    padding: 5%;
    background-color: #edf1edd4;
    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 {
     width: 90%;
    text-align: center;
    padding: 4%;
    background-color: #ffffffc9 !important;
    margin: auto;
    border-radius: 22px;
    margin-top: 6%;

}

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

    
}

#flipbtn {
     width: 100% !important;
    height: 67px !important;
    vertical-align: middle !important;
    line-height: 46px !important;
    background-color: #e66a00 !important;
    font-size:xx-large;
    font-weight: bolder !important;
}







