﻿.login-wrap {
    font: 600 16px/18px 'Open Sans',sans-serif;
    font-family: 'BPG Arial Caps';
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    /* background: url(../../images/logo1.png) no-repeat; */
    background-position: center;
    background-size: cover;
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px 50px;
    background: #1e2257;
    opacity: 0.8;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: #e8e8e8;
}

    .login-html .tab {
        font-size: 19px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
        position: relative;
    }

        .login-form .group .label {
            width: 100%;
            color: #2e2e2e;
            display: block;
        }

        .login-form .group .label {
            color: white;
            font-size: 12px;
        }

        .login-form .group .button {
            background: var(--light);
            color: white;
        }

.hr {
    height: 2px;
    margin: 25px 0 25px 0;
    background: rgba(255,255,255,.2);
}

.forget-link {
    text-align: center;
}

    .forget-link a {
        text-decoration: none;
        color: inherit;
    }

.login-form .group label {
    margin-bottom: 5px;
}

.forget-link a:hover {
    color: inherit;
}

i.logIcon {
    position: absolute;
    right: 0;
    top: 27px;
    width: 38px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #6a6f8c;
    color: grey;
}

.login-form .dx-texteditor-container {
    overflow: visible;
}

.login-form .dx-texteditor-buttons-container {
    right: -30px !important;
}

.login-form .dx-button .dx-button-text {
    font-size: 15px;
}

.login-form span.dx-checkbox-text {
    font-family: 'BPG Arial Caps';
    color: #bebebe;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 0px;
}
.login-form .dx-texteditor.dx-editor-filled .dx-texteditor-input, .login-form .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding: 8px 40px 8px 12px;
}
.customLoginSumarryItem {
    color: white;
    font-size: 13px;
    background-color: #f44336;
    font-weight: 200;
    position: relative;
    top: 15px;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}