label {
    display: none;
}
form {
    text-align: center;
    min-height: 206px;
}

.cork-stoppers-home input {
  height: 40px;
  padding: 9px 6px 9px 6px;
  border: none;
  border-radius: 0;
}

.form-wrapper {
    display: inline-block;
    margin-top: 74px;
}
.ccm-express-form {
    float: left;
}
.form-actions {
    float: left;
    margin-left: 20px;
}
.clearfix {
    clear: both;
}
.cork-stoppers-email {
    border-radius: 0px;
}
.form-actions button.btn {
    color: white;
    border-radius: 0px;
    padding: 0px 30px 0px 30px;
    line-height: 40px;
}
.corks-subsite .form-actions button.btn {
    background-color: #534740;
    border-color: #534740;
}
.labels-subsite .form-actions button.btn {
    background-color: #bc5477;
    border-color: #bc5477;
}
.alert-danger {
    background: #746b29;
    border-color: transparent;
    color: white;
    margin-top: 20px;
    line-height: 32px;
    padding: 0px 30px 0px 30px;
}
ul.ccm-error {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}
.alert-success {
    background: #746b29;
    border-color: transparent;
    color: white;
    margin-top: 20px;
    line-height: 32px;
    padding: 0px 30px 0px 30px;
}
