@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/App_Images/Icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(/App_Images/Icons/iconfont/MaterialIcons-Regular.woff) format('woff'), url(/App_Images/Icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html,
body {
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
}

.bodyLogin {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 1.5em;
}

.bodyLogin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.login_bg {
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
    background-image: url(/App_Images/Others/loginback1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.material-icons.lw-size {
    font-size: 16px;
    color: #757575;
}

.login-form {
    padding: 2em;
    position: relative;
    background: linear-gradient(183deg, #111 11%, rgba(255,255,255, 0.5));
    box-shadow: 2px 2px 5px #111;
}

.login-form:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #343A40;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #212121, #343A40);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #212121, #343A40);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media screen and (min-width: 600px) {
    .login-form {
        width: 50vw;
        max-width: 20em;
    }
}

.flex-row {
    display: flex;
    margin-bottom: 1em;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.flex-rowIMG {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
}

.logoCompany {
    width: 211px;
}

.lf--label {
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin: 0 !important;
}

.lf--input {
    flex: 1;
    padding: 1em;
    border: 0;
    color: #8f8f8f !important;
    font-size: 0.9rem;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.lf--input:focus {
    outline: none;
    transition: transform 0.15s ease;
}

.lf--submit {
    padding: 1em;
    width: 80%;
    margin: 0 auto;
    background: #208ed3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #208ed3), color-stop(100%, #0272bd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #208ed3 0%, #0272bd 100%);
    /* W3C */
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 0.6em;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.lf--submit:hover {
    outline: none;
    text-decoration: none !important;
    color: #fff5ed;
    background: #208ed3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3699d7 0%, #208ed3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3699d7), color-stop(100%, #208ed3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3699d7 0%, #208ed3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3699d7 0%, #208ed3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3699d7 0%, #208ed3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3699d7 0%, #208ed3 100%);
}

.lf--submit:focus {
    outline: none;
    transition: transform 0.15s ease;
    transform: scale(1.1);
}

.lf--forgot {
    margin-top: 1em;
    color: #000000;
    opacity: 0.5;
    font-size: 0.55em;
    position: relative;
    text-shadow: 0px 1px 1px rgba(97, 97, 97,0.2);
}

.linkText {
    cursor: pointer;
}

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

::placeholder {
    color: #8f8f8f;
}

._16 {
    font-size: 16px;
}

._gray_ {
    color: #B0B0B0;
}

._left {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

._right {
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}

.button {
    border-radius: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid #323537;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 500;
    background: #4b4f51; /* Old browsers */
    background: -moz-linear-gradient(top, #4b4f51 0%, #414547 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f51), color-stop(100%,#414547)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b4f51 0%,#414547 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4b4f51 0%,#414547 100%); /* W3C */
}

.button:hover {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #313131;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button:focus {
    outline: 0;
}

._iconApply, ._iconApply:hover, ._iconApply:visited {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_apply.png");
    background-repeat: no-repeat;
    background-position: center;
}

._iconCancel, ._iconCancel:hover, ._iconCancel:visited {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_cancel.png");
    background-repeat: no-repeat;
    background-position: center;
}

.locker {
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(225, 225, 225, 0.9);
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.widget {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.widget header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background: #3B3E40;
    border-bottom: 0;
    border-left: 1px solid #3B3E40;
    border-top: 1px solid #3B3E40;
    border-right: 1px solid #3B3E40;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.widget-menu {
    margin: 0;
    border: 0;
    top: 0;
    float: right;
    height: 45px;
    width: 45%;
    text-align: right;
    padding-right: 15px;
    padding-top: 12px;
}

.widget-title {
    margin: 0;
    border: 0;
    top: 0;
    float: left;
    height: 60px;
    width: 45%;
    text-align: left;
    padding-left: 15px;
}

.widget-title span {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: white;
}

.widget-content {
    margin: 0;
    padding: 2% 2% 4% 2%;
    width: 100%;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #F0F0F0;
    border-left: 1px solid #3B3E40;
    border-bottom: 1px solid #3B3E40;
    border-right: 1px solid #3B3E40;
    border-radius: 0 0 10px 10px !important;
}

.locker .widget-content {
    padding: 4% 5% 4% 5%;
}

.div_logoWet {
    position: fixed;
    bottom: 1rem;
    display: flex;
    align-items: flex-end;
    right: 1rem;
}

.div_logoWet label {
    color: white;
    font-size: 17px;
    margin-bottom: 0.5rem;
    font-family: calibri !important;
    font-weight: bold;
}

.div_logoWet img {
    width: 160px;
    height: auto;
}