@import url("../../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.form-control{
    background: transparent;
    border-radius: 3px;
    border: 2px solid #6b6c6d;
}

html{
    height: 100%;
}

body{
    height: 100%;
}

.form-control:focus{
    background: transparent;
    box-shadow: none;
    border-color: #0c9ab1;
}

.login-block{
    background: #117a8b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ec3f79, #232c32);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ec3f79, #232c32);
    width:100%;
    padding : 50px 0;
    height: 100%;
}
.banner-sec{
    background:url(../../../static.pexels.com/photos/33972/pexels-photo.jpg)  no-repeat left bottom; 
    background-size:cover; 
    min-height:420px; 
    border-radius: 0 0px 0px 0; 
    padding:0px;
}
.container{
    background:#fff; 
    border-radius: 0px; 
    box-shadow:15px 20px 0px rgba(0,0,0,0.1);
}
.carousel-inner{
    border-radius:0 0px 0px 0;
}
.carousel-caption{
    text-align:left; 
    left:5%;
}
.login-sec{
    padding: 50px 30px; 
    position:relative;    
    box-shadow: -3px 3px 5px #495057;
}
.login-sec .copy-text{
    position:absolute; 
    width:80%; 
    bottom:20px; 
    font-size:15px; 
    text-align:center;
}
.login-sec .copy-text i{
    color:#FEB58A;
}
.login-sec .copy-text a{
    color:#E36262;
}
.login-sec h2{
    margin-bottom:30px; 
    font-weight:800; 
    font-size:30px; 
    color: #08976f;
}
.login-sec h2:after{
    content:" ";
    width:100px; 
    height:5px; 
    background:#FEB58A; 
    display:block; 
    margin-top:20px; 
    border-radius:3px; 
    margin-left:auto;
    margin-right:auto
}
.btn-login{
    background: #084570; 
    color:#fff; 
    font-weight:600;
}
.banner-text{
    width:70%; 
    position:absolute; 
    bottom:40px; 
    padding-left:20px;
}
.banner-text h2{
    color:#fff; 
    font-weight:600;
}
.banner-text h2:after{
    content:" "; 
    width:100px; 
    height:5px; 
    background:#FFF; 
    display:block; 
    margin-top:20px; 
    border-radius:3px;
}
.banner-text p{
    color:#fff;
} 
p.error{
    color: #F44336;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    background: none!important;
    /*background: #343a40;*/
    padding: 15px;
}

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}

.modal-header {
    border-bottom: 1px solid #e95c34;
    background-color: #e75633;
    color: white;
}

.modal-dialog{
    margin: 0 auto;
}
.modal-content{
    border-radius: 0px;
}
.modal-header{
    border-radius: 0px;
}