#primary.content-area .zype_heading {
    background-color: #fff;
    padding: 18px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#primary.content-area .zype_heading .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #272424;
    margin: 0;
    letter-spacing: .3px;
}

#primary.content-area .zype_form__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    color: #606060;
    padding: 25px 20px 23px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f5f5f5;
}

#primary.content-area .zype_form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 20px;
}

#primary.content-area .zype_form__link {
    color: #909090;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0 !important;
    padding: 0 !important;
}

#primary.content-area .zype_form__link:hover {
    color: black;
}

#primary.content-area .zype_form__submit {
    margin-left: auto;
    margin-bottom: 20px;
}

#primary.content-area .zype_form__submit input[type="submit"] {
    text-transform: none;
    background-color: #222;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 14px 28px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#primary.content-area .zype_form__submit input[type="submit"]:hover {
    background: #767676;
}

#primary.content-area .zype_login-wrapper {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 525px;
    margin: 10px auto;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

#primary.content-area .zype_login-wrapper .success-section, #primary.content-area .zype_login-wrapper .error-section {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    text-align: left;
}

#primary.content-area .zype_login-wrapper .error-section {
    color: red;
}

#primary.content-area .zype_login-wrapper .success-section {
    color: green;
}

#primary.content-area .zype_login__divider {
    text-align: center;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#primary.content-area .zype_login__divider:before, #primary.content-area .zype_login__divider:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background-color: #ddd;
}

#primary.content-area .zype_login__divider > span {
    margin: 0 10px;
}

#primary.content-area .zype_login__form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#primary.content-area .zype_login__form-fields .check-login label {
    margin: 0;
}

#primary.content-area .zype_login__form-fields .check-login input {
    margin: 0;
    vertical-align: middle;
}

#primary.content-area .zype_login__form-fields input[type="text"], #primary.content-area .zype_login__form-fields input[type="email"], #primary.content-area .zype_login__form-fields input[type="password"] {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    border: 1px solid #bbb;
    color: #666;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

#primary.content-area .zype_login__form-fields input[type="text"]:focus, #primary.content-area .zype_login__form-fields input[type="email"]:focus, #primary.content-area .zype_login__form-fields input[type="password"]:focus {
    color: #222;
    border-color: #333;
}

#primary.content-area .zype_login__form-fields .flex-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#primary.content-area .zype_login__form-spacer {
    margin: 0 5px;
}

#primary.content-area .zype_flash_messages {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
}

#primary.content-area .zype_flash_messages_social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
}

@media (max-width: 460px) {
    #primary.content-area .zype_login__form-fields .flex-nowrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #primary.content-area .zype_login__form-spacer {
        display: none;
    }

    #primary.content-area .zype_login__form-fields .check-login {
        margin-bottom: 7px;
    }

    #primary.content-area .zype_form__login {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.zype-form-center {
    text-align: center;
}

.zype-form-center .to-forgot-password {
    margin-top: 10px;
    margin-bottom: 60px;
}

.zype-form-center .to-forgot-password a {
    color: #60626b;
    font-size: 11px;
    border-bottom: none;
    text-decoration: none !important;
    transition: none;
    box-shadow: none;
}

.zype-form-center .to-sign-up {
    margin-top: 0;
    color: #60626b;
    font-size: 18px !important;
    line-height: 18px !important;
}

.zype-form-center .to-sign-up a {
    color: #00a5df;
    border-bottom: none;
    font-weight: bold;
    text-decoration: none !important;
    transition: none;
    box-shadow: none;
}

.zype-form-center .to-forgot-password a:hover,
.zype-form-center .to-sign-up a:hover {
    box-shadow: none !important;
}

.zype-form-center .zype-button {
    text-transform: uppercase;
    color: #00a5df;
    letter-spacing: 1.3px;
    border: 2px solid #00a5df;
    border-radius: 2px;
    padding: 15px 100px;
    margin: 20px 0 0;
    background: #fff;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

.zype-form-center .zype-button-text {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.zype-form-center .zype-input-wrap {
    margin: 6px;
}

.zype-spinner {
    font-size: 3px !important;
    color: #00a5df !important;
}

/*# sourceMappingURL=loginform.css.map */