/*========================================================================
18. Demo Layout Fifteen
=========================================================================*/

body {
    font-family: "Montserrat";
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

#lpu-bar {
    background: #046172;
    background: -moz-linear-gradient(left, #046172 0, #f5821f 100%);
    background: -webkit-linear-gradient(left, #046172 0, #f5821f 100%);
    background: linear-gradient(to right, #046172 0, #f5821f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#046172', endColorstr='#f5821f', GradientType=1);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 0 2px;
    text-align: center;
    /*font-weight: 700;*/
}

#lpu-bar {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9;
    line-height: 1.7;
    font-family: roboto, sans-serif;
}

#lpu-bar {
    display: block;
}

.owl-carousel .item {
    height: 100vh;
    background-size: cover;
}

.fxt-template-layout15 .fxt-checkbox-area {
    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;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fxt-template-layout15 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 15px 52px;
}

.fxt-template-layout15 .fxt-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 30px;
    position: relative;
    z-index: 1;
}

.fxt-template-layout15 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: rgba(4, 4, 14, 0.6);*/
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

/*.fxt-template-layout15 .fxt-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
}*/

.fxt-template-layout15 .fxt-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100#;
    height: 100vh;
    width: 100%;
}

.fxt-template-layout15 .fxt-intro h1 {
    color: #fff;
    font-weight: 700;
}

.fxt-template-layout15 .fxt-intro p {
    color: #fff;
    margin-bottom: 50px;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control {
    border-radius: 0;
}

.FailureText {
    font-size: 12px;
    color: #f10
}

/*.form-control[required] {
        border-bottom: 1px solid #f10 !important;
}*/

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .owl-carousel .item {
        height: 100vh;
        background-size: cover;
    }
    .fxt-template-layout15 .fxt-bg-img {
        min-height: 100vh;
    }
    .fxt-template-layout15 .fxt-bg-color {
        min-height: 100vh;
    }
}

@media only screen and (max-width: 991px) {
    .owl-carousel .item {
        height: 70vh;
        background-size: 100%;
    }
    .fxt-template-layout15 .fxt-bg-img {
        min-height: 70vh;
    }
    .fxt-template-layout15 .fxt-bg-color {
        min-height: 50vh;
    }
}

@media only screen and (max-width: 575px) {
    .owl-carousel .item {
        /*height: 35vh;*/
        height: 45vh;
        background-size: 100%;
    }
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
        margin-right: 15px;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1 {
        margin-right: 10px;
        padding-right: 5px;
    }
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1:hover {
    color: #dddddd;
}

.fxt-template-layout15 .fxt-intro .fxt-page-switcher .switcher-text1.active {
    color: #e9b102;
}

.fxt-template-layout15 .fxt-content {
    max-width: 450px;
    width: 100%;
}

.fxt-template-layout15 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 100px;
    max-width: 40vw;
}

.fxt-template-layout15 .fxt-form {
    margin-bottom: 40px;
}

.fxt-template-layout15 .fxt-form h2 {
    font-weight: 700;
    margin-bottom: 5px;
}

.fxt-template-layout15 .fxt-form p {
    margin-bottom: 30px;
    font-size: 17px;
}

.fxt-template-layout15 .fxt-form .form-group {
    position: relative;
    z-index: 1;
}

.fxt-template-layout15 .fxt-form .form-group i {
    position: absolute;
    color: #aaa;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fxt-template-layout15 .fxt-form .form-group [class^="flaticon-"]:before,
.fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:before,
.fxt-template-layout15 .fxt-form .form-group [class^="flaticon-"]:after,
.fxt-template-layout15 .fxt-form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
}

.fxt-template-layout15 .fxt-form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111111;
}

.fxt-template-layout15 .fxt-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout15 .fxt-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout15 .fxt-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout15 .fxt-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.fxt-template-layout15 .fxt-btn-fill {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #104687;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 .fxt-btn-fill:hover {
    background-color: #104687;
    border-color: #104687;
}

.fxt-template-layout15 .fxt-btn-fill:focus {
    outline: none;
}

.fxt-template-layout15 .switcher-text2 {
    color: #9f9f9f;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 .switcher-text2:last-child {
    margin-right: 0;
}

.fxt-template-layout15 .switcher-text2:hover {
    color: #666;
}

.fxt-template-layout15 .switcher-text2.active {
    color: #666;
}

.fxt-template-layout15 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout15 ul.fxt-socials li {
        margin-right: 2px;
    }
}

.fxt-template-layout15 ul.fxt-socials li:last-child {
    margin-right: 0;
}

.fxt-template-layout15 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-blog a {
    background-color: #fc4f08;
    border-color: #fc4f08;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-blog a:hover {
    background-color: transparent;
    color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-insta a {
    background-color: #405de6;
    border-color: #405de6;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-insta a:hover {
    background-color: transparent;
    color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-facebook a:hover {
    background-color: transparent;
    color: #3b5998;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-twitter a:hover {
    background-color: transparent;
    color: #00acee;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-google a:hover {
    background-color: transparent;
    color: #CC3333;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-instagram a:hover {
    background-color: transparent;
    color: #3f729b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-youtube a:hover {
    background-color: transparent;
    color: #c4302b;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
}

.fxt-template-layout15 ul.fxt-socials li.fxt-pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
}

.fxt-template-layout15 .fxt-footer {
    text-align: center;
}

/*#Login1_PasswordRequired {
    position: absolute;
    right: -13px;
    top: 20px;
}*/

.fxt-intro h2 {
    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.5;
    text-shadow: 4.684px 5.202px 9px rgba(17, 12, 8, 0.2);
    text-align: center
}

.item .kt-login__title {
    margin: 2rem 0 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    text-align: center
}

.item .kt-login__desc {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
}

.owl-dots {
    text-align: center
}

.owl-dot.active span {
    background: #FFF;
}

.owl-dot span {
    width: 12px;
    display: inline-block;
    height: 12px;
    border: 2px solid #FFF;
    margin: 20px 5px;
    border-radius: 50%;
}

.applink {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.applink .text-app {
    font-size: 12px;
}

@media(max-width:768px) and (min-width:576px) {
    .text-app {
        display: none
    }
    .fxt-template-layout15 .fxt-bg-img,
    .fxt-template-layout15 .fxt-bg-color {
        min-height: 35vh;
        padding: 100px 15px 20px;
    }
    /*.fxt-template-layout15 .fxt-bg-img, .fxt-template-layout15 .fxt-bg-color.login-div {
            padding: 0 !important;
        }*/
    .fxt-intro h2 {
        font-size: 24px;
    }
    .item .kt-login__title {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .item .kt-login__desc {
        font-size: 18px;
    }
}

@media(max-width:575px) {
    .text-app {
        display: inline-block
    }
    .social-links {
        display: none
    }
    .achivement-div {
        display: none;
    }
    .fxt-template-layout15 .fxt-bg-img,
    .fxt-template-layout15 .fxt-bg-color {
        min-height: 35vh;
        padding: 100px 45px 20px;
    }
    .fxt-intro h2 {
        font-size: 24px;
    }
    .item .kt-login__title {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .item .kt-login__desc {
        font-size: 18px;
    }
}