/* Reset */

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../design_framework/fonts/Montserrat/Montserrat-Regular.ttf');
}

input[type="text"]:focus {
    outline: none;
}
/* General Section */


html, body, textarea, input {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: #fcfcfc;
    height: 100%;
}

p {
    color: #55585d;
    padding-bottom: 3px;
}

a {
    color: #55585d;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: 0;
}

/* LOGIN */





input:focus {
    outline: none;
}

#logo {
    color: #55585d;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    display: block;
}


.buttons {
    margin-top: 20px;
}

.button-a, .button-a span {
    display: inline-block;
    min-width: 82px;
    height: 35px;
    border: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding: 0px 40px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

    .button-a span {
        padding-top: 7px;
    }

    .button-a:hover {
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        text-decoration: none;
    }

    .button-a.gray {
        background: #f7f7f7; /* Old browsers */
        background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* IE10+ */
        background: linear-gradient(top, #f7f7f7 0%,#e9e9e9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
        border: 1px solid #CCC;
        color: #55585d;
        margin-left: 15px;
    }

        .button-a.gray span {
            color: #55585d;
        }

    .button-a.blue {
        background: #6ab0e3; /* Old browsers */
        background: -moz-linear-gradient(top, #F28E1F 0%, #DB6924 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F28E1F), color-stop(100%,##DB6924)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #F28E1F 0%,#DB6924 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #F28E1F 0%,#DB6924 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #F28E1F 0%,#DB6924 100%); /* IE10+ */
        background: linear-gradient(top, #F28E1F 0%,#DB6924 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F28E1F', endColorstr='#DB6924',GradientType=0 ); /* IE6-9 */
        width: 100px;
        float: right;
        padding: 0px 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

/*slider*/
.carousel-control-prev {
    position: absolute;
    z-index: 3;
}

.carousel-control-next {
    position: absolute;
    z-index: 3;
}

.carousel-inner {
    height: 100vh;
}

.w-100 {
    height: 100vh;
    width: 100%;
}


.slide1, .slide2, .slide3, .slide4, .slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background-size: cover;
    animation: fade 10s infinite;
    -webkit-animation: fade 10s infinite;
}

.slide2 {
    background-size: cover;
    animation: fade2 10s infinite;
    -webkit-animation: fade2 10s infinite;
}

.slide3 {
    background-size: cover;
    animation: fade3 10s infinite;
    -webkit-animation: fade3 10s infinite;
}

.slide4 {
    background-size: cover;
    animation: fade3 10s infinite;
    -webkit-animation: fade3 10s infinite;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    33.333% {
        opacity: 0;
    }

    66.666% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade2 {
    0% {
        opacity: 0;
    }

    33.333% {
        opacity: 1;
    }

    66.666% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade3 {
    0% {
        opacity: 0;
    }

    33.333% {
        opacity: 0;
    }

    66.666% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*inner*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.d-block {
    display: block!important;
}

/*#form {
    margin-top: 200px;
}*/

.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-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #ccccccc2;
    }

.wrap-input100 {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.frgt_align {
    text-align: right!important;
    font-size: 11px;
    text-decoration: none;
}

    .frgt_align :hover, a:hover, a.bottomCell1:hover {
        color: #DB6924!important;
    }


/*NEW LOGIN*/

/*---------------------------------------------*/
a {
    font-family: 'Montserrat', sans-serif;
    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:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: 'Montserrat', sans-serif;
    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: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

.txt2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.label-input100 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 48px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.p-b-211 {
    font-size: 33px!important;
    text-shadow: 1px 1px 1px black;
    color: #DB6924!important;
}

.login100-form-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: bolder;
}

    .login100-form-title i {
        font-size: 60px;
    }

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.input100 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: -webkit-linear-gradient(left, #f9a11b, #ffed12);
        background: -o-linear-gradient(left, #21d4fd, #2a4b96);
        background: -moz-linear-gradient(left, #21d4fd, #2a4b96);
        background: linear-gradient(left, #21d4fd, #2a4b96);
    }

    .focus-input100::after {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.input100:focus + .focus-input100::after {
    top: -15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -15px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-show-pass:hover {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }

    .btn-show-pass.active {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}


.login100-form-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #539cad;
    background: -webkit-linear-gradient(top, #F28E1F 0%,#DB6924 100%);
    transition: all .9s;
}

    .login100-form-btn:hover {
        border: 2px solid #DB6924;
        background: transparent;
        border-left: 0px;
        border-right: 0px;
        letter-spacing: 10px;
        color: #DB6924;
        transition: all .5s;
    }

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    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%);
    right: 0px;
    pointer-events: none;
    font-family: 'Montserrat', sans-serif;
    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;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.p-b-26 {
    padding-bottom: 26px;
}

.p-b-48 {
    padding-bottom: 48px;
}

.text-center {
    text-align: center;
}

.p-t-115 {
    padding-top: 27px;
}

.text-center {
    text-align: center!important;
}

.frgt_pass {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.underline {
    border-bottom: 2px solid #DB6924;
}

.p-b-446 {
    padding-bottom: 5px;
}
