.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato-italic-webfont.woff') format('woff'), url('fonts/lato-italic-webfont.ttf') format('truetype'), url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('fonts/lato-bolditalic-webfont.woff') format('woff'), url('fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-black-webfont.woff2') format('woff2'), url('fonts/lato-black-webfont.woff') format('woff'), url('fonts/lato-black-webfont.ttf') format('truetype'), url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('fonts/lato-blackitalic-webfont.eot');
    src: url('fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('fonts/lato-blackitalic-webfont.woff') format('woff'), url('fonts/lato-blackitalic-webfont.ttf') format('truetype'), url('fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed-bold-webfont.eot');
    src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('fonts/robotocondensed-bold-webfont.woff') format('woff'), url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('img/gmt_login_bg.jpg') center center no-repeat fixed transparent;
    background-color: #e8eaef;
    color: #ffffff;
    font-family: 'latoregular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}

header div {
    width: 150px;
    height: 120px;
    line-height: 120px;
    background-color: #40a529;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

header a {
    display: block;
    text-align: center;
    width: 150px !important;
}

header img {
    width: 118px;
    text-align: center;
}

.main-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: flex-start;
}

.welcome-message,
.welcome-message-sub {
    text-transform: uppercase;
}

.welcome-message {
    font-family: 'latoregular';
    font-size: 23px;
    border-color: #a0d294;
    border-bottom-width: 1px;
    padding-bottom: 3px;
    border-bottom-style: solid;
    color: #999999;
    margin-bottom: 0px;
}

.sigla {
    font-family: 'roboto_condensedbold';
    font-size: 91px;
    line-height: 91px;
    margin-bottom: 5px;
    color: #24b35f;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(0, 0, 0, 0.2) !important;
    font-weight: 400 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.2) !important;
    font-weight: 400 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
    font-weight: 400 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
    font-weight: 400 !important;
}

.company-name {
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    font-size: 37px;
    margin-top: 0px;
    color: #24b35f;
    margin-bottom: 20px;
    line-height: 37px;
}

.input-form {
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    height: 40px;
    box-shadow: 0px 3px 0px #999999;
    border: none;
    margin-bottom: 20px !important;
}

.input-form:focus {
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    height: 40px;
    box-shadow: 0px 3px 0px #40a529;
    border: none;
    margin-bottom: 20px !important;
}

input[type="submit"] {
    font-family: 'latoregular';
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-color: transparent !important;
    text-transform: uppercase;
    background-color: #40a529;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.15);
    transition-property: background-color, box-shadow;
}

input[type="submit"]:hover {
    color: #ffffff;
    background-color: #40a529;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}

#recaptcha_widget_div input {
    height: 20px !important;
    width: 100% !important;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #808080;
}

/* Password meter */
.ui-password-panel {
    padding: 0px;
    margin-top: -20px !important;
    margin-bottom: 10px;
    width: 100% !important;
    border-radius: 0px;
}

.ui-password-meter {
    width: 100%;
}

.form-signin {
    position: relative;
    max-width: 480px;
    padding: 30px;
    background: url('img/bg-transp.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ui-steps .ui-steps-item {
    width: 24%;
}

.ui-state-highlight {
    text-shadow: none !important;
}

.ui-steps.custom {
    margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: #4d7bb3;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.alert {
    text-transform: uppercase;
    color: #d40013;
    font-family: 'latoregular';
    font-size: 12px;
    padding-left: 0px;
    text-indent: 0px;
    margin-top: -20px;
    margin-bottom: 0px;
    line-height: 12px;
}

.text-info {
    color: #24b35f;
    font-family: 'latoregular';
    font-size: 13px;
    float: right;
    margin-bottom: 0px;
    line-height: 10px;
}

.link-forget {
    color: #40a529;
    line-height: 40px;
}

.commands {
    margin-top: 22px;
}

.alert-success {
    text-transform: uppercase;
    color: #40a529;
    font-family: 'latoregular';
    font-size: 10px;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 10px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #80a1c9;
}

footer p {
    margin-bottom: 0px;
}

footer strong {
    color: #bfd0e4;
    font-weight: 900;
}

footer div:last-child {
    text-align: right;
}

footer img {
    height: 10px;
}

.form-signin .test-server {
    background-color: #cc0000;
    color: #fff;
    float: left;
    font-size: 24px;
    left: 0;
    letter-spacing: 4px;
    padding-left: 30px;
    position: absolute;
    top: -20px;
    width: 100%;
}