﻿/*login-box start*/
.login-box {
    z-index: 1;
    -webkit-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background-color: #fff;
    background-clip: border-box;
    border: 0px;
    border-radius: 0.375rem;
}

    .login-box .box-body-left {
        text-align: center;
        background: #237ebd;
    }

        .login-box .box-body-left .box-img {
            margin-bottom: 1.5rem;
            display: inline-block;
            background: #fff;
            padding: 1rem;
            border-radius: 0.375rem;
        }

        .login-box .box-body-left .box-summary {
            opacity: 0.75;
            color: #fff;
        }

            .login-box .box-body-left .box-summary a {
                font-weight: bold;
                color: #fff;
            }

    .login-box .box-body {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;*/
    }

/*login-box end*/
