﻿#preload1 {
    background: url(../images/imgLogin0.jpg) no-repeat -9999px -9999px
}

#preload2 {
    background: url(../images/imgLogin1.jpg) no-repeat -9999px -9999px
}

#preload3 {
    background: url(../images/imgLogin2.jpg) no-repeat -9999px -9999px
}

#preload4 {
    background: url(../images/imgLogin3.jpg) no-repeat -9999px -9999px
}

#preload5 {
    background: url(../images/imgLogin4.jpg) no-repeat -9999px -9999px
}



    body {
        background-color: #f9f9f9;/*#e6e9ea;*/
        color: #212121;
        font-family: 'Roboto', sans-serif;
        padding: 0 0 0 0;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

    .no-padding {
        padding: 0;
    }

    p {
        display: inline;
        color: #b0b3b4;
    }

    a {
        color: #b0b3b4;
    }

        a:hover,
        a:focus {
            color: #40859e;
        }

    .form-control-feedback {
        width: 20px;
    }

    .has-error .form-control-feedback {
        color: #bb4141;
    }

    .has-success .form-control-feedback {
        color: #43bb41;
    }
    /* Slider */

    .mlt-carousel {
        background: #f9f9f9; /*#272262;*/
        height: 100vh;
        /*border-radius: 12px;*/
        z-index: 1;
        /*box-shadow: 0px 0px 30px #808080;*/
    }

    .item-content {
        text-align: center;
        color: #1f5769; /*#fff;*/
    }

        .item-content h3 {
            font-size: 19px;
            font-weight: bold;
            text-shadow: 0 0 1px #1f5769;
            /*#000;*/
            margin: 10px 0;
        }

        .item-content p {
            display: block;
            font-size: 15px;
            color: #1f5769; /*#fff;*/
            text-shadow: 0 0 1px #000;
        }

    .item {
        /*height: 600px;
    border-radius: 12px;*/
        overflow: hidden;
    }

        .item > img {
            /*margin-top: 30px;
        margin-bottom: 30px;*/
        }
    /* login */

    .mlt-content {
        z-index: 0;
        /*background: #f9f9f9;*/
        width: 100%;
        /*height: 100vh;
        box-shadow: 0px 15px 40px #b3b3b3;
        -webkit-border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-bottomright: 12px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;*/
        text-align: center;
        padding-top: 15px;
        /*margin-top: 17px;*/
    }

    #myTabContent {
        margin-top: 0;
    }

    .mlt-content span a {
        text-decoration: underline;
    }

    .mlt-content .nav-tabs {
        border: none;
    }

    .nav-tabs > li {
        display: inline;
        text-align: center;
        float: none;
        margin-right: -4px;
    }

.mlt-content .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1.5px solid #b0b3b4;/*changed!!*/
    border-radius: 0;
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b0b3b4;
    cursor: pointer;
}

        .mlt-content .nav-tabs > li > a:hover,
        .mlt-content .nav-tabs > li > a:focus {
            border-right: none;
            border-top: none;
            border-left: none;
            background: transparent
        }

    .mlt-content .nav-tabs > li.active > a,
    .mlt-content .nav-tabs > li.active > a:focus,
    .mlt-content .nav-tabs > li.active > a:hover {
        border-bottom: 2px solid #40859e;
        color: #40859e;
        background: none;
    }

    .termsLabel {
        margin-bottom: 5px;
        margin-top: 15px;
    }

.lt-register-btn {
    background: #40859e; /*2196f3;*/
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 65px 12px 50px;
    line-height: normal;
    font-size: 16px;
    position: relative;
    margin-top: 35px;
}

    .lt-register-btn:hover,
    .lt-register-btn:focus {
        color: #fff;
        background: #2196f3; /*#11cc4a;*/
    }

        .lt-register-btn i {
            position: absolute;
            right: 15px;
        }
    /* Media Queries*/

    @media(max-width:768px) {
        body {
            padding-top: 15px;
        }

        .mlt-content {
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }
    }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-fade .carousel-inner > .item.next,
        .carousel-fade .carousel-inner > .item.active.right {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .carousel-fade .carousel-inner > .item.prev,
        .carousel-fade .carousel-inner > .item.active.left {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .carousel-fade .carousel-inner > .item.next.left,
            .carousel-fade .carousel-inner > .item.prev.right,
            .carousel-fade .carousel-inner > .item.active {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
    }

    .mdl-textfield__label {
        margin-bottom: 0;
        color: #d7dbdc;
        font-weight: normal;
    }

    .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
    .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
        text-transform: uppercase
    }

    .has-feedback label ~ .form-control-feedback {
        top: 15px;
    }

    .mdl-textfield {
        width: 100%;
    }

    .mdl-checkbox__label {
        cursor: text;
        font-size: 13px;
        float: left;
        color: #b0b3b4;
        font-weight: normal;
    }

    .mdl-checkbox__box-outline {
        border: 1px solid #b0b3b4;
    }

    .mdl-textfield__input {
        border: none;
        border-bottom: 1px solid #b0b3b4;
        /*border-bottom: 1px solid rgba(0, 0, 0, .12);*/
        display: block;
        font-size: 16px;
        margin: 0;
        padding: 4px 0;
        width: 100%;
        background: 0 0;
        text-align: left;
        color: inherit;
        font-weight: lighter; /*bold*/
    }

    .mdl-switch__label {
        float: left;
        font-weight: normal;
        color: #b0b3b4;
        font-size: 14px;
    }



.mdl-textfield__label {
    color: #b0b3b4;
}

