/* lato-regular - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato/v14/lato-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/lato/v14/lato-v14-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato/v14/lato-v14-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/lato/v14/lato-v14-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato/v14/lato-v14-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/lato/v14/lato-v14-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin-ext_latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato/v14/lato-v14-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/lato/v14/lato-v14-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }

body {
    width: 100%;
    height:100%;
    font-family: 'Lato', sans-serif;
    background-color: #f8f8f8;
    background-image: url(../images/symbol-login.png);
    background-repeat: repeat;
}

input, button {
    font-family: inherit;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

.btn-xlg {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 13px 14px;
}

.btn-filled-green {
    color: #fff;
    background: #65834c;
    border: 1px solid #65834c;
}
.btn-filled-green:hover, .btn-filled-green:active {
    color: #fff;
    background: #72924d;
}

.btn-transparent {
    background-color: transparent!important;
    border: none;
    color:#6e8455;
    margin-bottom: -15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.input-login {
    font-size: 14px;
    font-weight: 400;
    padding: 13px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    letter-spacing: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-login:focus {
    outline: 2px solid #569BEC;
    border: 1px solid white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

.login-box-outer {
    position: absolute;
    width:460px;
    height:auto;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -230px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.login-box {
    margin: 50px;
}

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

.system-state {
    color: white;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: red;
    padding: 3px 5px;
    border-radius: 3px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.login-box-title {
    text-align: center;
    margin-top: 30px;
}

.login-box-desc {
    margin-left: 3px;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: left;
    font-style: italic;
}

.legend-login {
    font-size: 13px;
    color: #888;
    letter-spacing: 0.3px;
    font-style: italic;
    text-align: center;
    margin: 10px 0 30px 0;
}

.error-message {
    font-size: 14px;
    font-weight: 400;
    color: #cd0c23;
    margin: 0 0 15px 5px;
}

.confirm-message {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0 0 15px 5px;
}

.login-box a {
    color: #6e8455;
    text-decoration: none;
}

.login-box a:hover {
    color: #72924d;
}

.btn-group {
    margin-top: 15px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.reset-link {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.toggle-fallback {
    cursor: pointer;
}

.try-again {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
