body {
    background-color: #E9ECEC;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0 0px 0 !important;
    font-size: 16px !important;
}

.loading {
    width: 10%;
    margin: 0 auto;
    text-align: -webkit-center;
    text-align: center;
}

.login-top {
    min-height: 250px;
    position: relative;
    background-color: #5693c9;
    width: 100%;
}

.login-bottom {
    top: 40%;
}

.login-top img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto; /* to keep proportions */
    height: auto; /* to keep proportions */
    max-width: 100%; /* not to stand out from div */
    max-height: 100%; /* not to stand out from div */
    margin: auto auto 0; /* position to bottom and center */
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../../../Images/ajax-loader.gif') no-repeat center center;
    z-index: 9999;
}

.session-content {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.no-padding {
    padding: 0;
}

p {
    display: inline-block;
    color: #b0b3b4;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

a {
    color: #5693c9;
}

    a:link {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

h4 {
    margin: 4px 0 4px;
}

.form-control-feedback {
    width: 20px;
}

.has-error .form-control-feedback {
    color: #bb4141;
}

.has-success .form-control-feedback {
    color: #43bb41;
}
/* Slider */

.mlt-carousel {
    background: #85ACF7;
    height: 600px;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0px 0px 30px #808080;
}

.item-content {
    text-align: center;
    color: #fff;
}

    .item-content h3 {
        font-size: 19px;
        font-weight: bold;
        text-shadow: 0 0 1px #000;
        margin: 10px 0;
    }

    .item-content p {
        display: block;
        font-size: 15px;
        color: #fff;
        text-shadow: 0 0 1px #000;
    }

.item {
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
}

    .item > img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
/* login */

.mlt-content {
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 450px;
    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: 30px;
    margin-top: 17px;
}

#myTabContent {
    /*margin-top: 35px*/
    width: 100%;
}

.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 #d9ddde;
    border-radius: 0;
    display: inline;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #d9ddde;
    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 #2196f3;
    color: #2196f3;
    background: none;
}

.termsLabel {
    margin-bottom: 5px;
    margin-top: 15px;
}

.lt-register-btn {
    background: #97cf58;
    color: slategray;
    text-transform: uppercase;
    padding: 12px 65px 12px 50px;
    line-height: normal;
    font-size: 16px;
    position: relative;
    margin-top: 5px;
    width: 100% !important;
}

    .lt-register-btn:hover,
    .lt-register-btn:focus {
        color: #fff;
        background: #97cf58;
    }

    .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;
}

.has-feedback label ~ .form-control-feedback {
    top: 15px;
}

.mdl-textfield {
    width: 100%;
    padding: 5px 0;
}

.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: 1px solid #fff;
    background-color: #fff !important;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 4px;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
    font-weight: 600;
}

.mdl-switch__label {
    float: left;
    font-weight: normal;
    color: #b0b3b4;
    font-size: 14px;
}

/*CSS NADIR*/
@media only screen and (max-device-width: 1200px) {

    .container {
        width: 98%;
        padding-right: 0px;
        padding-left: 0px;
    }

    #myCarousel h3 {
        font-size: 25px !important;
    }

    #myCarousel p {
        font-size: 18px !important;
        width: 80% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    #myCarousel .item-content {
        height: 35% !important;
    }

    .mlt-carousel {
        height: 350px !important;
    }

    .mlt-content {
        height: 250px;
    }

    .changePassword {
        height: 550px !important;
    }

    .logout {
        font-size: 18px !important;
        color: slategray;
    }

    .mdl-textfield__label {
        font-size: 14px !important;
    }

    .mdl-textfield__input {
        font-size: 16px !important;
        margin-top: 10px !important;
    }

    .mdl-textfield {
        line-height: 15px !important;
    }

    .nav-tabs li a {
        font-size: 25px !important;
    }

    #btn-login, .lt-register-btn {
        font-size: 25px !important;
    }

    .login-box-msg {
        font-size: 25px !important;
        width: 80% !important;
        text-align: center !important;
        margin: 0 auto;
        display: block !important;
    }

    .purpleBox {
        margin-bottom: -20px !important;
    }

    .whiteBox {
        padding-right: 20px;
        padding-left: 20px;
    }

    .login-page {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .bottom-right {
        text-align: right !important;
        margin-right: 1%;
    }

        .bottom-right img {
            height: 50px !important;
        }

    input[type="text"]:focus, input[type="password"]:focus,
    textarea:focus, select:focus, .mdl-textfield__label:focus {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 600px) {
    #myCarousel .item-content {
        height: 30% !important;
    }
}

@media (max-device-width: 1200px) and (orientation: landscape) {

    body {
        padding: 5px !important;
    }

    #myCarousel h3 {
        font-size: 14px !important;
    }

    #myCarousel p {
        font-size: 14px !important;
        width: 80% !important;
        text-align: center !important;
        margin: 0 auto;
    }

    #myCarousel .item-content {
        height: 18% !important;
    }

    .mlt-carousel {
        height: 270px !important;
    }

    .mlt-content {
        height: 390px;
    }

    .changePassword {
        height: 470px !important;
    }

    .img-responsive {
        width: 35% !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .mdl-textfield__label {
        font-size: 14px !important;
    }

    .mdl-textfield__input {
        font-size: 16px !important;
        margin-top: 2px !important;
    }

    .nav-tabs li a {
        font-size: 16px !important;
    }

    #btn-login, .lt-register-btn {
        font-size: 16px !important;
    }

    .login-box-msg {
        font-size: 16px !important;
        width: 80% !important;
        text-align: center !important;
        margin: 0 auto;
        display: block !important;
    }

    .bottom-right {
        text-align: right !important;
        margin-right: 1%;
    }

        .bottom-right img {
            height: 50px !important;
            margin-top: 6%;
        }

    .item {
        height: 320px !important;
    }

    input[type="text"]:focus, input[type="password"]:focus,
    textarea:focus, select:focus, .mdl-textfield__label:focus {
        font-size: 14px !important;
    }
}

@media (min-width:779px) and (max-width:1200px) {

    .purpleBox {
        margin-bottom: -20px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .whiteBox {
        padding-right: 20px;
        padding-left: 20px;
        width: 100% !important;
    }

    .bottom-right img {
        height: 50px !important;
        margin-top: 1%;
    }
}

@media (min-width:1200px) and (max-width:1400px) {

    .mlt-content {
        height: 466px;
    }

    .mlt-carousel {
        height: 500px;
    }

    body {
        padding: 30px 0 30px 0;
    }
}

/* The Modal (background) */
.modal-browser {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 25%;
    top: 10%;
    width: 50%; /* Full width */
    height: 100%; /* Full height */
}

/* Modal Content/Box */
.modal-browser-content {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 20px;
    width: 100%; /* Could be more or less, depending on screen size */
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0px 0px 30px #808080;
}

    .modal-browser-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.footer-login {
    display: inline !important;
    color: #869099;
    border-radius: 15px;
    padding: 5px;
}


.main-footer {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}

.center {
    margin: 0 auto;
    text-align: -webkit-center;
    text-align: center;
}