::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    opacity: 1;
}

.alertInline {
    display: none !important;
}

.alertSummary {
    padding: 10px;
    background-color: #0e787c;
    margin-bottom: 10px;
    color: #fff;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    display: block;
}

p {
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

.blu-text {
    color: #32269d !important;
}

.green-text {
    color: #85b334 !important;
}

.gray-text {
    color: #181818 !important;
}

.buttn {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 11px 20px;
    display: inline-block;
}

.lh-50 {
    line-height: 50px;
}

.blu-bg {
    background: #f9b707;
    border: 1px solid #f9b707;
}

.blu-bg:hover {
    background: #fff;
    color: #f9b707 !important;
}

.panel-bg {
    background: url("../img/member-element01.html") no-repeat right bottom #fff;
}

.green-bg {
    background: #85b334;
    border: 1px solid #85b334;
    color: #fff;
}

.green-bg:hover {
    background: #fff;
    color: #85b334 !important;
}

.black-bg {
    background: #181818;
    border: 1px solid #181818;
    color: #fff;
}

.black-bg:hover {
    background: #fff;
    color: #181818 !important;
}

.black-heading {}

.black-heading .heading-text {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #181818;
    padding-bottom: 42px;
    margin: 0;
}

.black-heading .heading-text>span {
    color: #404040;
    display: block;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}

.black-heading .heading-content {
    color: #181818;
    font-size: 25px;
    padding-bottom: 65px;
    margin: 0px;
    position: relative;
    padding-top: 38px;
}

.black-heading .heading-content::after {
    position: absolute;
    content: "";
    background: #181818;
    width: 80px;
    height: 2px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}

:focus {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}


.form-panel {
    position: relative;
}

.hd01 {
    padding: 0 0 25px 0;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
}

.form-panel .fp-box {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    background: #c28c0012;
    border-radius: 8px;
    margin-bottom: 30px;
}

.in-part {
    width: 100%;
    padding: 0 50px 20px 50px;
}

.hd01 {
    width: 100%;
    position: relative;
    padding: 0 50px 20px 50px;
    margin: 0 0 15px 0;
}

.hd01 img {
    margin-bottom: 10px;
}

.hd02 {
    width: 100%;
    position: relative;
    padding: 0 50px 5px 65px;
    margin: 0 0 15px 0;
}

.hd02:before {
    width: 4px;
    height: 30px;
    background: #fbd125;
    position: absolute;
    left: 52px;
    top: 8px;
    content: '';
}

.hd01 strong {
    font-size: 19px;
    font-weight: 500;
    color: #C28C00;
    position: relative;
    text-transform: uppercase;
    display: block;
}

.hd01 small {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    position: relative;
    display: block;
}

.form-panel .fp-box small a {
    color: #C28C00;
}

.form-panel .fp-box small a:hover {
    color: #C28C00;
}

.fp-row {
    width: 100%;
    margin-bottom: 9px;
    display: inline-block;
}

.fp-row label {
    width: 100%;
    font-size: 15px;
    color: #303030;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.fp-row>input[type="text"] {
    width: 100%;
    border: #C28C00 1px solid;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row>input[type="text"]:focus {
    border: #C28C00 1px solid;
}

.fp-row>input[type="password"] {
    width: 100%;
    border: #C28C00 1px solid;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row>input[type="password"]:focus {
    border: #C28C00 1px solid;
}


.fp-row>select {
    width: 100%;
    border: #d5d3de 1px solid;
    font-size: 15px;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
}

.fp-row>select:focus {
    border: #f5bec8 1px solid;
}


.fp-checkbox {
    width: 100%;
    margin-top: 25px;
}

.fp-row .fp-input-select {
    width: 100%;
    border: #d5d3de 1px solid;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    font-weight: 300;
    font-size: 15px;
}

.fp-row .fp-input-select select {
    width: 100%;
    border: #d5d3de 1px solid;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row .fp-input-select input[type="text"] {
    width: 100%;
    border: #d5d3de 1px solid;
    padding: 8px;
    color: #303030;
    height: 50px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row .flex {
    display: flex;
}

.fp-row .flex input[type="text"] {
    width: calc(100% - 210px);
    border: #d5d3de 1px solid;
    padding: 8px;
    color: #303030;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row .flex input[type="password"] {
    width: calc(100% - 210px);
    border: #d5d3de 1px solid;
    padding: 8px;
    color: #303030;
    background: #fff;
    border-radius: 7px;
    transition: all 1s;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 15px;
}

.fp-row .flex input[type="submit"] {
    margin: 0;
    width: 200px;
    margin-left: 10px;
    transition: all 1s;
}

.fp-row a {
    color: #181818;
    font-size: 18px;
}

.reletive {
    position: relative;
}

.reletive .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}



.lg-hd {
    text-align: center;
    margin-bottom: 20px;
}

.lg-hd strong {
    color: #0e787c;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.lg-hd small {
    color: #2c5084;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.login-part {
    width: 100%;
    clear: both;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.lg-hd small a {
    color: #794d30;
}

.login-part img {
    max-width: 100%;
}

.login-box {
    width: 550px;
    margin: 0 auto;
}

.login {
    position: relative;
    display: inline-block;
    width: 100%;
}


.register-part {
    width: 100%;
    clear: both;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
}

.register-box {
    width: 550px;
    margin: 0 auto;
}

.register {
    position: relative;
    display: inline-block;
    width: 100%;
}

.register .form-panel .fp-box {
    width: 100%;
}

.input-field.full {
    flex: 2 0 100%;
}

.fp-checkbox {
    display: block;
    margin: 5px 0 0 0px;
}

.fp-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.fp-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 2px 0 0 0px;
    display: inline-block !important;
}

.fp-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: #d5d3de 1px solid;
    box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.fp-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 6px;
    height: 10px;
    border: solid #25275c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-text {
    width: 100%;
    padding: 45px 0 0 0;
}

.login-text p {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: type 4s steps(60, end);
    padding: 5px 0;
}

.login-text p:first-child {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 5px 0;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 29px;
}

.login-text p:nth-child(2) {
    animation: type2 8s steps(60, end);
}


.login-text span {
    animation: blink 1s infinite;
    display: inline-block;
}

@keyframes type {
    from {
        width: 0;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    100% {
        width: 100;
    }
}

@keyframes blink {
    to {
        opacity: .0;
    }
}



.login-text strong {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.login-text span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.login-text ul {
    width: 100%;
    display: inline-block;
    padding: 25px 0;
    margin: 0;
}

.login-text ul li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 40px;
}

.login-text a {
    font-size: 18px;
    color: #fbd125;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 25px;
    position: relative;
    border: #fbd125 2px solid;
    display: inline-block;
    border-radius: 180px;
}

.login-text a:hover {
    color: #fff;
    border: #fff 2px solid;
}



.fp-box [type="submit"] {
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    line-height: 20px;
    margin: 25px 0 0 0;
    display: inline-block;
    width: 100%;
    background: #C28C00;
    border: #C28C00 1px solid;
    transition: all 1s;
    text-transform: uppercase;
}

.fp-box [type="submit"]:hover,
.fp-box [type="submit"]:focus {
    color: #C28C00;
    background: none;
    border: #C28C00 1px solid;
    outline: none;
}

.register-in .first {
    width: 30%;
    border-right: 0 !important;
    border-radius: 4px 0 0 4px !important;
}

.register-in .second {
    width: 70% !important;
    margin-left: -5px;
    position: relative;
    border-left: 1px solid #d5d3de;
    vertical-align: top;
    border-radius: 0 4px 4px 0 !important;
}


.register-in select {
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    height: 50px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 8px;
    background: #fff url(../img/down.png) no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: #C28C00 1px solid;
    position: relative;
}

.captcha-row {
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    border: #d5d3de 1px solid;
    position: relative;
    margin: 30px 0 0 0;
}

.captcha-input-row {
    background: #fff;
    margin-right: 10px;
}

.captcha-input {
    border: 0 !important;
    padding: 8px;
    color: #000;
    margin-right: 8px;
    background: #f2f2fa;
    width: 100%;
    border: #d5d3de 1px solid !important;
    transition: all 1s;
}

.captcha-row label {
    border: #d5d3de 1px solid;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    display: block;
    width: auto;
    padding: 10px 20px;
    top: -22px;
}

.fp-checkbox-row label {
    font-weight: 400;
    margin-left: 8px;
}

.login-in {
    padding: 10px 0 0 0;
    text-align: center;
}

.login-in a {
    color: #00091a;
    font-size: 16px;
    font-weight: 500;
}

.login-in a:hover {
    color: #794d30;
}


@media (min-width:1199px) {}

@media (min-width:1024px) {}

@media (max-width:1299px) {}

@media (max-width:1199px) {
    .hd01 {
        width: 100%;
    }

    .login-text strong {
        font-size: 32px;
    }

    .log-line .col-md-6 {
        width: 100%;
        text-align: left;
    }

    .login-in {
        text-align: left;
    }

    .login-part::before {
        top: 150px;
        font-size: 160px;
    }

    .register-part:before {
        font-size: 120px;
        top: 150px;
    }
}

@media (min-width:992px) {
    .register-in .fp-box .col-md-12 {
        display: inline-block;
    }
}

@media (max-width:991px) {

    .form-panel .fp-box {
        width: 100%;
    }

    .form-panel .fp-box h1 {
        font-size: 29px;
    }

    .form-panel .fp-box small {
        padding-bottom: 5px;
    }

    .register .col-md-5 {
        display: none;
    }

    .regi-hide {
        display: none;
    }

    .login-part {
        padding: 40px 0 35px 0;
    }

    .login-part:before,
    .login-part:after {
        width: 155px;
        height: 155px;
        background-size: 100% 100%;
    }

    .register-part {
        padding: 45px 0 30px 0;
    }

    .register-part:before,
    .register-part:after {
        width: 155px;
        height: 155px;
        background-size: 100% 100%;
    }

    .register-in select,
    .register-in input {
        font-size: 13px;
    }

    .lg-hd strong {
        font-size: 27px;
    }

    .lg-hd small {
        font-size: 15px;
        font-weight: 400;
    }

    .hd01 strong {
        font-size: 20px;
    }

    .hd01 small {
        font-size: 14px;
    }
}

@media (max-width:900px) {}

@media screen and (min-device-width: 801px) and (max-device-width:990px) {}

@media screen and (min-device-width: 768px) and (max-device-width:800px) {}


@media (max-width:768px) {}

@media (min-width:768px) {}

@media (max-width:767px) {
    .register .form-panel .fp-box {
        width: 100%;
    }

    .in-part {
        padding: 0 25px 20px 25px;
    }

    .hd01 {
        padding: 0;
    }

    .register-in .fp-box .col-md-6 {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-left: -3px;
    }

    .hd02 {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 25px 20px 25px;
    }

    .login-part::before {
        font-size: 90px;
    }

    .register-part:before {
        font-size: 80px;
    }

    .hd01::before {
        left: 10px;
        top: 4px;
    }

    html,
    body {
        background-size: 100% auto;
    }


    .hd02 {
        padding: 0 0 20px 0;
    }

    .hd02::before {
        left: -8px;
        top: 5px;
    }


    .register-box {
        width: 95%;
    }

    .login-part:before,
    .login-part:after {
        display: none;
    }

    .register-part:before,
    .register-part:after {
        display: none;
    }
}

@media (max-width:700px) {}


@media (max-width:680px) {
    .login-box {
        padding: 0;
    }
}

@media (max-width:600px) {}

@media (max-width:560px) {
    .login-box {
        width: 100%;
    }
}

@media (max-width:500px) {
    .register-box .col-md-6 {
        width: 100% !important;
        float: left !important;
        margin-left: 0 !important;
    }

    .regi-hide {
        display: none !important;
    }

    .login-in {
        text-align: center;
    }

    .login-in a {
        font-size: 13px;
    }

    .fp-row label {
        font-size: 14px;
    }
}

@media (max-width:450px) {
    .login-box {
        margin: 0 auto;
        width: 100%;
    }

    .form-panel .fp-box h1 {
        font-size: 22px;
    }

    .form-panel .fp-box small {
        font-size: 14px;
    }

    .login-text strong {
        font-size: 23px;
    }

    .register-part:before {
        font-size: 50px;
    }

    .register-part {
        width: 100%;
        clear: both;
    }

    .form-panel .fp-box small {
        font-size: 13px;
    }

    .lg-hd small {
        font-size: 13px;
    }
}

@media (max-width:400px) {}


@media (max-width:360px) {}


@media (min-width:330px) {
    .register-in .fp-box .col-md-6 {
        display: block;
        float: left;
    }

    .register-in .fp-box .col-md-12 {
        display: block;
        float: left;
        width: 100%
    }
}