    body {
        background-color: #2f6a8a;
        color: #212121;
        font-family: 'Roboto', sans-serif;
        padding: 100px 0 30px 0;
    }
    
    .no-padding {
        padding: 0;
    }
    
    p {
        display: inline;
        color: #b0b3b4;
    }
    
    a {
        color: #b0b3b4;
    }
    
    a:hover,
    a:focus {
        color: #1f7db0;
    }
    
    .form-control-feedback {
        width: 20px;
    }
    
    .has-error .form-control-feedback {
        color: #bb4141;
    }
    
    .has-success .form-control-feedback {
        color: #399d37;
    }
    /* Slider */
    
    .mlt-carousel {
        background: #2f6a8a;
        height: 500px;
        border-radius: 24px;
        z-index: 1;
        box-shadow: -05px 0px 15px #96ceda;
    }
    
    .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: 500px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .item>img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* login */
    
    .mlt-content {
        z-index: 0;
        background: #fff;
        width: 100%;
        height: 466px;
        box-shadow: 0px 0px 30px #96ceda;
        -webkit-border-top-right-radius: 24px;
        -webkit-border-bottom-right-radius: 24px;
        -moz-border-radius-topright: 24px;
        -moz-border-radius-bottomright: 24px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        text-align: center;
        padding-top: 30px;
        margin-top: 17px;
    }
    
    #myTabContent {
        margin-top: 35px
    }
    
    .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: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: #96ceda;
        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 #2f6a8a;
        color: #2f6a8a;
        background: none;
    }
    
    .termsLabel {
        margin-bottom: 5px;
        margin-top: 15px;
    }
    
    .lt-register-btn {
        background: #2f6a8a;
        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: #1f7db0;
    }
    
    .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);
        }
    }
	@media (min-width: 601px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.Mobile-View{
	display: none;	
}
@media (min-width: 901px) {
	.item>img {
    	margin-top: 30px;
   		margin-bottom: 20px;
	}
	.item-content h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.item-content p {
		font-size: 15px;
	}
	.alert-box {
		padding: 10px 10px !important;
	}
}
@media (min-width: 801px) {
	.item>img {
    	margin-top: 30px;
   		margin-bottom: 20px;
	}
	.item-content h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.item-content p {
		font-size: 15px;
	}
	.alert-box {
		padding: 10px 10px !important;
	}
}
@media (min-width: 701px) {
	.item>img {
    	margin-top: 30px;
   		margin-bottom: 20px;
	}
	.item-content h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.item-content p {
		font-size: 15px;
	}
	.alert-box {
		padding: 10px 10px !important;
		font-size: 13px;
	}
}
@media (min-width: 601px) {
	.item>img {
    	margin-top: 30px;
   		margin-bottom: 20px;
	}
	.item-content h3 {
		font-size: 19px;
		line-height: 30px;
	}
	.item-content p {
		font-size: 15px;
	}
	.alert-box {
		 padding: 10px 9px 10px 28px!important;
    	font-size: 11px;
	}
}
@media (max-width: 600px){
	.Mobile-View{
		display: block;	
	}
	.Desktop-View{
		display: none;	
	}
	.mlt-carousel.Mobile-View {
		height: auto !important;
	}
	.mlt-carousel.Mobile-View .item{
		height: auto !important;
	}
	.mlt-carousel.Mobile-View .item>img {
			margin-top: 15px;
			margin-bottom: 15px;
			width: 50%;
		}
	.Login-Form-Con{
		height: auto;
		padding: 20px 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
}

.mdl-textfield {
    width: 100%;
}

.mdl-textfield__input {
    border: none;
    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: bold;
}

  .alert-box {
  color:#555;
  border-radius:10px;
  font-family:Tahoma,Geneva,Arial,sans-serif;
  /*font-size:11px; */
  padding:10px 36px;
  margin:10px;
  }
  .alert-box span {
  font-weight:bold;
  text-transform:uppercase;
  }
  .success {
  background:#e9ffd9 url('../../view/stylesheet/new-login/images/success.png') no-repeat 10px 50%;
  border:1px solid #a6ca8a;
  }
  .warning {
  background:#ffecec url('../view/stylesheet/new-login/images/warning.png') no-repeat 10px 50%;
  border:1px solid #f2c779;
  }
}