#contactModule{
    padding-bottom: 100px;
    position: relative;
}

#contactModule{
    padding: 29px 17px;
    background: #e7d8c2;
    border-radius: 10px;
}

#contactModule .form-group{
    margin-bottom: 24px;
}

#contactModule .form-group .alpaca-control-label{
    padding-left: 24px;
    font-size: 20px;
    padding-bottom: 8px;
    vertical-align:top;
    width: 15%;
    display: inline-block;
}

#contactModule .alpaca-field input{
    height: 54px;
    background: white;
    border: 2px solid #ac9167;
    border-radius: 50px;
    color: black;
    width:80%;
    font-size: 20px;
    padding-left: 24px;
}
#contactModule .alpaca-field textarea{
    background: white;
    border: 2px solid #ac9167;
    border-radius: 10px;
    color: black;
    font-size: 18px;
    padding-left: 24px;
    width:80%;
}
#contactModule .alpaca-field .help-block{
    color: #999;
    padding-top: 5px;
    padding-left: 24px;
}

#contactModule .Text{
    padding-top: 32px;
    color: #999;
}
#contactForm .Text .small{
    padding-top: 32px;
}

#contactModule .btn-openform{
    padding: 8px 32px;
    border-radius: 50px;
    border: 2px solid #999;
    color: #999;
}
#contactModule .dnnActions{
    

}
#contactModule .dnnActions li {
    display: flex;
    justify-content: center;
    width: 100%;
}
#contactModule .btn-openform{
  color:white;
}
#contactModule .btn-openform:hover{
   color: white;
   background-color: #ac9167;
   border-color: #ac9167;
}

#contactModule .thank-you{
    
}


