.login-box-body {
    padding: 0px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 10px #ddd;
}

section#login_section {
    margin-top: 50px;
}

.banner-img {
    display: inline-block;
    position: relative;
    width: 100%;
}

.banner-img img {
    border: 1px solid #cccccc;
}

.login-box-body .form {
    padding: 30px;
}

.login-box-body .form button {
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
}

.login-box-msg {
    font-size: 22px;
    padding: 9px 0px;
    font-weight: 600;
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
    color: #6d6d6d;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.login-box-body a {
    color: #000;
}