/*
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
*/
a.link-yallow {
    color: #fbed8c;
}

a {
    transition: all .3s;
    color: #000;
}

    a:focus {
        outline: none !important;
        color: #09572d !important;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #09572d !important;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }


/*------------------------------------------------------------------
[  ]*/
/*.login100-form {
    width: 290px;
}*/

.login100-form-title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 25px;
}

.input100 {
    border: 2px solid #804b39;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    padding: 0 68px 0 30px;
}

label.input100 {
    line-height: 45px;
    text-align: right;
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(243, 177, 60, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

.symbol-input100 .fa {
    border-left: 2px solid #000;
    padding-left: 5px;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 15px;
    bottom: 0px;
    left: 12px;
    width: 100%;
    height: 100%;
    padding-right: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #804b39;
    padding-right: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    /*    width: 100%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #804b39;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #e18c3f;
    }

.Register-form-btn {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #83633e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .Register-form-btn:hover {
        background: #e18c3f;
    }

/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}



.bg-image {
    background: url('../../Content/Images/First_2.png') no-repeat center;
    background-size: cover;
}

/*.bg-image-reg {
    background: url('../../Content/Images/Background Texture-01.png') repeat center;
    background-size: cover;
}*/



.title-brand-name {
    color: #3e1f3a;
    font-weight: bold;
    font-size: 36px;
    color: #804b39;
}

.title-brand-descripe {
    font-size: 18px;
    color: #804b39;
}

.image-logo {
    height: 50px;
}

.center-form {
    /*    width: 350px;*/
    margin: auto;
}

    /*    .center-form .form-content {
        background: #97793547;
        border-radius: 25px;
        padding: 20px 20px 20px 20px;
        min-height: 270px;
    }*/




    .center-form .form-content {
        /*background: #11592e;*/
        border-radius: 40px;
        padding: 50px 20px 20px 20px;
        min-height: 270px;
    }

.slider-btn {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 3%;
    left: 80px;
    z-index: 9;
}

    .slider-btn a {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
        height: 28px;
        border-radius: 5px;
        margin-left: 10px;
        transition: all 0.5s;
    }

        .slider-btn a:hover {
            background-color: #808080;
        }

.white-links {
    color: #ffffff;
    transition: 0.5s all;
}

    .white-links:hover {
        color: #b7872d !important;
    }



.center-form .form-content {
    background-image: linear-gradient(0deg, rgba(255,0,0,0), #efe4cf5c,#b7872eb5);
    /* background: #11592e; */
    border-radius: 40px;
    padding: 50px 20px 20px 20px;
    min-height: 270px;
    border: 2px solid #b7872e;
}

.login100-form-btn {
    background: transparent;
    background-image: radial-gradient(circle,rgba(255,0,0,0), #dac397,#ce9d42);
    color: #000;
    transition: all .3s;
    /*    background: #27292D;*/
}

    .login100-form-btn:hover {
        color: #00522a;
        /*background: #b7872d;*/
    }

.input100 {
    border: none;
    /*border: 2px solid #b7872d;*/
}

.title-brand-name {
    font-size: 32px;
    color: #ffffff;
}

.title-brand-descripe {
    font-size: 16px;
    color: #ffffff;
}

.hero-social-btn .social-btns-new > a {
    text-align: center;
}


.text-golden {
    color: #b7872d;
}

.control-label {
    text-align: right;
    width: 100%;
    color: #ffffff !important;
}


.hidden {
    display: none;
}

.loader_relative {
    position: absolute;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loader_relative:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loader_relative:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loader_relative:not(:required):after {
            content: '';
            display: block;
            font-size: 15px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(213, 169, 12, 0.75) 1.5em 0 0 0, rgba(213, 169, 12, 0.75) 1.1em 1.1em 0 0, rgba(213, 169, 12, 0.75) 0 1.5em 0 0, rgba(213, 169, 12, 0.75) -1.1em 1.1em 0 0, rgba(213, 169, 12, 0.5) -1.5em 0 0 0, rgba(213, 169, 12, 0.5) -1.1em -1.1em 0 0, rgba(213, 169, 12, 0.75) 0 -1.5em 0 0, rgba(213, 169, 12, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(213, 169, 12, 0.75) 1.5em 0 0 0, rgba(213, 169, 12, 0.75) 1.1em 1.1em 0 0, rgba(213, 169, 12, 0.75) 0 1.5em 0 0, rgba(213, 169, 12, 0.75) -1.1em 1.1em 0 0, rgba(213, 169, 12, 0.75) -1.5em 0 0 0, rgba(213, 169, 12, 0.75) -1.1em -1.1em 0 0, rgba(213, 169, 12, 0.75) 0 -1.5em 0 0, rgba(213, 169, 12, 0.75) 1.1em -1.1em 0 0;
        }

@-moz-keyframes spinner {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.loader_grad_relative {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.3);
    z-index: 900;
    opacity: 0.9;
}

.lds-spinner {
    /*    display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;*/
    position: absolute;
    z-index: 9999;
    height: 6em;
    width: 6em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
