
.verify-form .button-block {
    display: block;
    width: 100%;
}
.verify-form .button {
    border: 0;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    background: #1ab188;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    margin-top: 20px;
    cursor: pointer;
}

.login-nav-btn a.logout {
    background: none;
    margin-right: 10px;

}

input.form-control ,
textarea.form-control  {
    font-size: 12px;
}

.contact-form {
    margin-top: 20px;
}
.contact-info {
    padding: 30px;
    background-color: #f8f9fa;
    margin: 10px 0;
    font-size: 14px;
    margin-bottom: 30px;
}
.heading-txt-block {
    position: relative;
    margin-bottom: 20px;
}
.heading-txt-block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}

.heading-txt-block h2{
    font-size: 17px;
    color: #999;
    margin-bottom: 0;
    margin-top: 5px;
    display: inline-block;
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding-left: 20px;
}
.area-books-wrapper {
    padding: 0 0 20px 0;
}

#ajax-wrapper {
    width: 100%;
}

.error-text {
    font-size: 12px;
}

.top-row .field-wrap {
    margin-bottom: 5px;
}

.help-image {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-width: 0;
}
.gift {

}
.gift .text-header {width: 100%;text-align: center;}

.gift .text-header-one {font-size: 36px;font-weight: bold;color: #00beb4;/* text-shadow: 3px 3px 5px #ccc; */}
.gift .text-header-two {font-size: 32px;font-weight: bold;line-height: 3;text-shadow: 2px 2px 5px #ccc;}

.section-gift {
    /*background-color: #43c9ca;*/
    color: white;
}

.captcha-image {
    position: absolute;
    left: 5px;
    height: 30px;
}
