@font-face {
    font-family: sahel;
    src: url('/Content/fonts/sahel/Sahel.eot');
    src: url('/Content/fonts/sahel/Sahel.eot?#iefix') format('Sahel-opentype'), url('/Content/fonts/sahel/Sahel.woff') format('woff'), url('/Content/fonts/sahel/Sahel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.main {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

p.footer {
    position: absolute;
    bottom: 0;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    p.footer span {
        font-family: sahel, tahoma;
        display: inline-block;
        color: #573098;
        background-color: #ffffff;
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 14px;
    }

.main .wrapper {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 10px;
    width: 410px;
    background-color: white;
    margin: 20px;
    padding: 25px 0px;
    z-index: 999;
}

    .main .wrapper h3 {
        text-align: center;
        padding: 0;
        margin: 0;
        color: #573098;
    }

.side {
    height: 100%;
    background-color: #573098;
    width: calc(100% - 455px);
    float: left;
    background-image: url(/home/banner);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    /*.side {
    height: 100%;
    background-color: #573098;
    width: 100%;
    float: left;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

    .side video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity 1s ease;
        opacity: 0;
    }

        .side video:first-child {
            opacity: 1;
        }*/




    .side h1 {
        text-align: center;
        color: #663399;
        font-family: 'sahel';
    }

.form-title {
    width: 100%;
    text-align: center;
}

    .form-title img {
        max-height: 150px;
        max-width: 200px;
    }

.login-form {
    width: 80%;
    margin: auto;
}

form {
    width: 350px;
    margin: auto;
}

    form input[type=text], form input[type=password] {
        font-size: 18px;
        color: #3a3a3a;
        background-color: #f0f8ff;
        border-radius: 8px;
        border: 1px solid #b4b4b4;
        text-align: left;
    }

    form input::placeholder {
        text-align: right;
    }

    form .zmdi {
        vertical-align: middle;
        font-size: 20px;
        color: gray;
    }

.btn-logout {
    text-decoration: none;
    background-color: #d35c5c;
    color: white;
    border-radius: 5px;
    padding: 8px;
    display: block;
    text-align: center;
}

.form-group.form-button {
    padding: 0 4px;
}

.form-group {
    margin: 10px;
    position: relative;
    overflow: hidden;
}

    .form-group.two-input input {
        width: 48% !important;
        display: inline-block !important;
    }

        .form-group.two-input input:first-child {
            float: right;
        }

        .form-group.two-input input:last-child {
            float: left;
        }

    .form-group label {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #222;
    }

    .form-group input[type=text], .form-group input[type=password] {
        padding: 7px 10px 7px 10px;
        width: 100%;
        display: block;
        border: 1px solid #cdcdcd;
        font-family: sahel;
        box-sizing: border-box;
        font-size: 16px;
        background: #f9f9f9;
    }


        .form-group input[type=text]:active, .form-group input[type=password]:focus {
            background: #f9f9f9;
        }

input#UserName, input#Password, input#ConfirmPassword {
    padding-right: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}

a, p, h1, h1, h3, h4, h5, button {
    font-family: sahel;
    color: #573098;
}

.btn-wide {
    padding: 10px 20px !important;
}

.form-submit {
    padding: 10px;
    background-color: #573098;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    font-family: sahel;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    float: left;
}

    .form-submit:hover {
        background-color: #4c1f98;
    }

.msg {
    font-family: sahel;
    color: #bdbdbd;
    font-size: 14px;
    background-color: #92467c;
    padding: 3px 7px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 7px;
}

#timer {
    background-color: #8686b3;
    font-family: Tahoma;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    right: 1px;
}

#VerificationCode {
    padding-right: 55px;
}

.link {
    text-decoration: none;
    color: #573098;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.validation-summary-errors {
}

    .validation-summary-errors ul {
        line-height: 25px;
        display: block;
        border-left: none;
        margin-bottom: 2px;
        padding: 0 10px;
    }

        .validation-summary-errors ul li {
            font-family: sahel;
            font-size: 12px;
            padding: 3px 5px;
            color: #ffffff;
            border-left: 1px solid #7d0000;
            background-color: #964040;
            border-radius: 5px;
            line-height: 25px;
            display: block;
            border-left: none;
            margin-bottom: 2px;
        }

            .validation-summary-errors ul li:last-child {
                border-left: none;
            }

.loader {
}

    .loader img {
        display: inline-block;
        width: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

@media only screen and (max-width: 900px) {
    body {
        background-color: #ffffff;
    }

    .main {
        /*background-image: url(/Content/account/images/bg-sm.jpg) !important;*/
        background-image: none;
    }

        .main .wrapper {
            right: auto;
            left: 50%;
            transform: translate(-50%,-50%);
            background-color: transparent;
            margin: auto;
            padding: initial;
            border: none;
        }

    .side {
        display: none;
    }

    p.footer span {
        background-color: #9b9b9b6b;
        color: #ffffff;
        margin-right: 95px;
    }

    form {
        width: 350px;
    }

    .form-group input[type=text], .form-group input[type=password] {
        font-size: 14px;
    }

    .validation-summary-errors {
        bottom: -150px;
        left: 0;
        padding: 8px 5px;
        border-radius: 5px;
        width: 96%;
    }

        .validation-summary-errors ul {
            text-align: right;
        }

            .validation-summary-errors ul li {
                line-height: 25px;
                display: block;
                border-left: none;
                margin-bottom: 2px;
            }

    #timer {
        right: 0px;
    }
}

#UserName {
    direction: ltr
}

#Password {
    direction: ltr
}

#passwordEye {
    left: auto;
    cursor: pointer;
}

.captcha-group {
    position: relative;
    margin: 10px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .captcha-wrapper img {
        height: 40px;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #cdcdcd;
    }

    .captcha-wrapper input[type=text] {
        flex: 1;
        padding: 7px 10px;
        font-family: sahel;
        font-size: 16px;
        background: #f9f9f9;
        border: 1px solid #cdcdcd;
        border-radius: 8px;
        direction: ltr;
    }


.btn-join {
    border-radius: 8px;
    display: inline-block;
    width: calc(50% - 2px);
    text-align: center;
    padding: 10px 0;
    border: none;
    cursor: pointer;
}

    .btn-join.btn-accept {
        background-color: green;
        color: #ffffff;
    }

    .btn-join.btn-deny {
        background-color: red;
        color: #ffffff;
    }

.btn-addcompany {
    background-color: lightgray;
    padding: 10px 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #585858;
    text-decoration: none;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}


.version {
    text-align: left;
    color: gray;
    padding-top: calc(100vh - 25px);
    padding-left: 10px;
    height: 100%;
}
