body {
    margin: 0;
}

td, th {
    line-height: 18px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 700;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

p {
    margin: 0;
    padding: 5px 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #9c1320;
}

    a:hover {
        color: #9c1320;
        text-decoration: none;
    }

img {
    border: 0;
    max-width: 100%;
}

input {
    color: #2a2a2a;
}

.input-warn {
    border: 1px solid red;
    line-height: 20px;
    height: 18px;
}

.input-ok {
    border: 1px solid #0C6;
    line-height: 20px;
    height: 18px;
}

.btn-default {
    background: #09459f;
    color: #fff;
    border-color: #073f93;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
    line-height: 18px;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #4e4e4e;
        border-color: #4e4e4e;
    }

.textfiled {
    border: 1px solid #b7b7b7;
    background: #efefef;
    color: #2a2a2a;
    border-bottom: none;
    border-right: none;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
}

.textarea {
    border: 1px solid #b7b7b7;
    border-bottom: none;
    border-right: none;
    background: #efefef;
    color: #2a2a2a;
    line-height: 20px;
    overflow: auto;
}

.select {
    border: 1px solid #b7b7b7;
    border-bottom: none;
    border-right: none;
    background: #efefef;
    color: #2a2a2a;
    padding: 3px;
    font-size: 11px;
}

.clearfix:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline;
    position: relative;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

html, body {
    height: 100%;
}

#vnt-wrapper {
    height: 100%;
}

#vnt-container {
    height: 100%;
    max-width: none;
}

#vnt-login {
    height: 100%;
    background: url(../images/bg-login.jpg) no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: auto;
}

.wrap-login {
    width: 370px;
    margin: 0 auto;
    min-height: 100%;
    background: #292a58;
    color: #fff;
}

.logo {
    background: #ffde00;
    padding: 20px 0;
    text-align: center;
}

    .logo img {
        width: 90px;
    }

.form-login {
    padding: 25px 50px 10px;
    background: #eaf3f5;
}

    .form-login .title-login {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        font-family: 'Roboto',sans-serif;
        color: #333;
    }

.div_row {
    margin-bottom: 10px;
}

.div_shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.style_input {
    position: relative;
    overflow: hidden;
}

    .style_input .divIcon {
        position: absolute;
        overflow: hidden;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
        top: 0;
        left: 2px;
        width: 40px;
        height: 40px;
        background: #292a58;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

        .style_input .divIcon:before {
            position: absolute;
            font-family: "Fontawesome";
            margin-top: -15px;
            top: 50%;
            left: 0;
            width: 40px;
            text-align: center;
            height: 18px;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            -webkit-transition: left .5s ease;
            -moz-transition: left .5s ease;
            -o-transition: left .5s ease;
            transition: left .5s ease;
        }

    .style_input.textarea .divIcon:before {
        margin-top: -15px;
    }

    .style_input.visible .divIcon {
        left: -40px;
    }

    .style_input .textfiled {
        height: 40px;
        border: 1px solid #fff;
        background: #fff;
        width: 100%;
        padding: 0 5px 0 50px;
        -webkit-transition: padding-left .5s ease,background-position .5s ease,border .5s ease;
        -moz-transition: padding-left .5s ease,background-position .5s ease,border .5s ease;
        -o-transition: padding-left .5s ease,background-position .5s ease,border .5s ease;
        transition: padding-left .5s ease,background-position .5s ease,border .5s ease;
        margin: 0;
        color: #333;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 15px;
        line-height: 20px;
    }

    .style_input textarea.textfiled {
        height: 75px;
        resize: none;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .style_input .textfiled:focus {
        border: 1px solid #292a58;
        -webkit-box-shadow: 0 0 4px rgba(255,255,255,0.2);
        -moz-box-shadow: 0 0 4px rgba(255,255,255,0.2);
        box-shadow: 0 0 4px rgba(255,255,255,0.2);
        padding-left: 10px;
        background-position: -35px 50%;
        outline: 0;
    }

.search-select.dropdown {
    width: 100%;
    font-family: 'RobotoRegular';
}

    .search-select.dropdown .btn-default {
        width: 100%;
        height: 40px;
        text-align: left;
        border: 1px solid rgba(255,255,255,0.1);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #333;
        outline: 0;
        font-family: 'Tahoma';
        padding-right: 30px;
        padding-left: 45px;
        -webkit-transition: padding-left .5s ease,background-position .5s ease;
        -moz-transition: padding-left .5s ease,background-position .5s ease;
        -o-transition: padding-left .5s ease,background-position .5s ease;
        transition: padding-left .5s ease,background-position .5s ease;
        background: no-repeat 12px 50% #fff;
        background-size: 26px 18px;
        font-weight: 400;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        -o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }

        .search-select.dropdown.open .btn-default:focus, .search-select.dropdown .btn-default:active, .search-select.dropdown.open .btn-default:hover {
            border: 1px solid #292a58;
            padding-left: 10px;
            background-position: -35px 50%;
            outline: 0;
            color: #333;
        }

    .search-select.dropdown .btn .caret {
        position: absolute;
        top: 18px;
        right: 10px;
        border-width: 5px;
    }

    .search-select.dropdown .dropdown-menu {
        width: 100%;
    }

.dropdown-menu li a {
    padding: 8px 20px;
    font-family: 'Tahoma';
    font-size: 14px;
}

    .dropdown-menu li a img {
        max-width: 26px;
        max-height: 18px;
        margin-right: 5px;
    }

.button.btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px;
    height: auto;
    background: #047e43;
    color: #fff;
    outline: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-weight: 700;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    position: relative;
}

    .button.btn:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%;
        content: '';
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        background: #292a58;
    }

    .button.btn:hover:before {
        right: 0;
    }

    .button.btn:hover {
        background: #047e43;
    }

    .button.btn span {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        position: relative;
        z-index: 1;
    }

    .button.btn:hover, .button.btn:active, .button.btn:focus {
        outline: 0;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }

a.forget {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

    a.forget:hover {
        color: #047e43;
    }

.info-company {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 50px;
}

    .info-company .div-name {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .info-company .div-address {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #047e43;
    }

    .info-company .style-note {
        font-style: italic;
    }

@media screen and (max-width: 1024px) {
    .button.btn:before {
        display: none;
    }

    .button.btn:hover {
        background: #292a58;
    }
}

@media screen and (max-width: 479px) {
    .wrap-login {
        width: 100%;
    }

    #vnt-login {
        background: none;
    }
}

@media screen and (max-width: 360px) {
    .form-login {
        padding: 25px 15px 10px;
    }

    .info-company {
        padding: 20px 15px;
    }
}
