﻿@charset "utf-8";

body {
    background: url("../../../images/default/Background.png");
    background-size: cover;
}

.wapter {
    width: 100%;
    height: auto;
    padding-top: 160px;
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
}

#login_workload_logo_image {
    max-width: 300px;
    max-height: 60px
}

@font-face {
    font-family: 'maturasc';
    src: url('font/maturasc.ttf') format('truetype');
}

@font-face {
    font-family: 'impact';
    src: url('font/impact.ttf') format('truetype');
}

.s-wrok {
    text-shadow: 2px 2px #ccc;
    font-size: 50px;
    color: #3498db;
    font-family: fantasy;
}

.logistic {
    text-shadow: 1px 1px #ccc;
    font-size: 20px;
    color: #3498db;
    font-family: fantasy;
    position: relative;
    top: -18px;
}

.fa-user {
    position: absolute;
    padding: 12px;
    color: #ccc;
}

.fa-lock {
    position: absolute;
    padding: 12px;
    color: #ccc;
}

.login_panel {
    float: none;
    border-radius: 15px;
    padding: 0px 60px 0px;
    background: #5d81cbbf;
    margin: 0 auto;
    z-index: 1;
    -moz-box-shadow: 0 15px 10px #777;
}

@media (min-width: 1500px) {
    .login_panel {
        width: 24.33333%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .login_panel {
        width: 30.33333%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .login_panel {
        width: 33.33333%;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    .login_panel {
        width: 41.33333%;
    }
}
@media (min-width: 565px) and (max-width: 768px) {
    .login_panel {
        width: 60.33333%;
    }
}
@media (max-width: 565px) {
    .login_panel {
        width: 77.33333%;
    }
}

.login_panel_layout {
    margin: 0 auto;
    text-align: left
}

.login-text-app {
    color: white;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 0 0 3px #fff, 0 0 20px #fff, 0 0 30px #040404;
    font-family: sans-serif;
}

.login_inner_container {
    width: 116%;
}

input.login_textfield {
    height: 37px;
    padding-left: 30px;
    margin: 0px;
    z-index: 3;
    color: #000000;
    border-radius: 15px;
}

.button:hover {
    background: #8bd5f7;
    color: #fff;
    border: none;
}



@media only screen and (max-width: 768px),(max-device-width: 600px) {
    html {
        background: #FFF;
        overflow: hidden
    }

    .icon-3i {
        display: none;
    }

    body {
        background: url(../../../images/default/Background.png);
        background-size: cover;
        overflow: auto;
        height: 100%;
    }
}


@media only screen and (max-width: 420px),(max-device-width: 420px) {
    .login_panel {
        float: none;
        z-index: 1;
        overflow: auto;
        margin-top: 10%;
    }
}

.validation-summary-errors ul, .validation-summary-errors li {
    list-style: none;
    display: inline;
    padding: 0;
}

.input-validation-error {
    border: 1px solid #a94442 !important;
}

.ui_logo3i {
    bottom: 0;
    position: fixed;
    padding-bottom: 1%;
}

.ui_img_logo {
    width: 100px;
    height: 100px;
}

.container_logo_store {
    position: fixed;
    left: 0;
}

.ui_applestore {
    width: 55%;
}

.ui_chplay {
    width: 55%;
}

.checkbox-default label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    color: #ffffff;
}

    .checkbox-default label::before {
        cursor: pointer;
        content: "";
        display: inline-block;
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        border: 1px solid darkgray;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox-default label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        padding-top: 1px;
        font-size: 11px;
        color: #999;
    }

.checkbox-default input[type="checkbox"] {
    opacity: 0;
}

    .checkbox-default input[type="checkbox"]:focus + label::before {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        outline: 0;
    }

    .checkbox-default input[type="checkbox"]:hover + label::before {
        background: #eee;
    }

    .checkbox-default input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .checkbox-default input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox-default input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

.ui_applestore {
}

.ui_chplay {
}

.forget-password {
    color: #fff;
}

    .forget-password:hover {
        color: #fff;
    }

.icon {
    color: #0591E6;
}

.logo_swork {
    background: none !important;
    border: 0 !important;
    padding-bottom: 0px;
}

.btn-login {
    /*background-image: linear-gradient(to bottom, #92cb5b,#78a537);*/
    background-image: linear-gradient(to bottom, #f7098d,#f7098d);
    font-weight: bold;
    border: none;
    color: #ffffff;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition-property: background;
    transition-duration: 1s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 35px;
}

    .btn-login:hover {
        border-color: #F7F7F7;
        color: #ffffff;
        /*background-image: linear-gradient(to bottom, #92cb5b, #7faf41);*/
        background-image: linear-gradient(to bottom, #f7098d,#f7098d);
    }


/*.text-danger {
    color: #f5f5f5;
}*/


.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse .navbar-brand {
    color: #000;
}

.navbar {
    min-height: 0px !important;
}
.customCombobox {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.ulcustomCombobox {
    display: none;
    width: 100%;
    border-radius: 0px;
    background-color: white;
    border-top: none;
    margin: 0;
    position: absolute;
    z-index: 10;
}

    .ulcustomCombobox li {
        border-top: 1px solid gray;
        height: 22px;
    }

        .ulcustomCombobox li:hover {
            background-color: lightblue;
            cursor: pointer;
        }
.form-horizontal .form-group {
    margin-left: -55px;
    margin-right: -5px;
}
.border-radius-15{
    border-radius:15px;
}