@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?23442385');
    src: url('../font/fontello.eot?23442385#iefix') format('embedded-opentype'),
        url('../font/fontello.woff?23442385') format('woff'),
        url('../font/fontello.ttf?23442385') format('truetype'),
        url('../font/fontello.svg?23442385#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #ccd9fd;
}

.login-logo {
    margin: 0;
    padding: 0;
}

.login-logo img {
    width: 200px;
}

.login-box-body {
    margin: 0 0 0 40px;
}

.login-box-content .login-title {
    color: #fff;
    background: #3566f6;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    padding: 20px;
    margin: -20px -20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    margin: 20px auto 0;
}

.form-control {
    background: #ccd9fd;
    border: 1px solid #ccd9fd;
    border-radius: 5px;
}

.btn-login {
    height: 45px;
    width: 100%;
    background: #3566f6;
    font-weight: bold;
}

.form-group input.form-control {
    position: relative;
}

.form-group:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 1px;
    left: auto;
    bottom: 1px;
    margin: auto;
    width: 43px;
    height: 43px;
    background: #eee;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #3566f6;
}

.form-group:before {
    content: '\f0e0';
    content: "";
}

.form-group:before {
    content: '\e800';
}

@media (max-width: 1150px) {}

@media (max-width: 768px) {
    .login-box {
        margin-top: 0;
        flex-direction: column;
    }

    .login-logo {
        margin: 0 0 10ppx;
    }

    .login-logo img {
        width: 100px;
    }

    .login-box-body {
        margin: 10px 20px 0;
        padding: 0;
    }

    .login-box-content {
        width: 100%;
        padding: 20px;
    }
}
