/* --------------------------------------------------
      dialog start
-----------------------------------------------------*/
.modal {
    top: 60px;
}
.modal-content {
    border-radius: 20px;
}
.modal-header {
    border-bottom: 0 solid #fff;
}
a, button {
    color: #313131;
    outline: medium none;
}
.header-form {
    background-color: #fff;
    padding: 5px;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.submit-button {
    text-align: center;
}
.header-form button.site-btn-submit {
    background-color: #00CC33;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    border: 0;
    cursor: pointer;
}
/* --------------------------------------------------
      dialog end
-----------------------------------------------------*/
