.login-block{
    background-image: linear-gradient(180deg, #a5d9f4 0, #6cb4d8 100%, #1d90bd 100%);
    background-repeat: no-repeat;
    background-size:contain;
    background-attachment: fixed;
}
.banner-sec{
    background: url("../img/central.jpg")  no-repeat left bottom;
    background-size:cover; min-height:500px; border-radius: 0 10px 10px 0; padding:0;
}
.container{
    background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);
    margin-top: 8%!important;
}
.carousel-inner{
    border-radius:0 10px 10px 0;
}
.carousel-caption{
    text-align:left; left:5%;
}
.login-sec{
    padding: 50px 30px; position:relative;
}