
html {
    display:flex;
    width:100%;
    height:100%;
}

body {
    display:flex;
    flex:1;
    background: #555; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #555, #555); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #555, #555); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.login-block {
    float: left;
    width: 100%;
    padding: 50px 0;
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:center;
    margin-top: auto;
    margin-bottom: auto;
}

.banner-sec {
    background: url() no-repeat left bottom;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

#mainlogin.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}



.login-sec {
    padding: 30px 30px;
    position: relative;

}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    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;
    color: rgba(0, 86, 140, 1);
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #DB7A00;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: rgba(0, 86, 140, 1);
    color: #fff;
    font-weight: 600;
}



.ebw-logo-login:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #DB7A00;
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
}

.login-form input[type="text"] {
    background-color: #0a2b1d;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}