﻿:root {
    --main-color: #0262ae;
    --secondary-color: #1d95d2;
}

html, body, .main-container {
    height: 100%;
}

@font-face {
    font-family: 'Humanst521';
    src: url("fonts/humanst521-cn-bt.ttf") format("truetype");
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'),
         url(fonts/lato-regular.woff2) format('woff2'),
         url(fonts/lato-regular.woff) format('woff'),
         url(fonts/lato-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: local('Lato Bold'), local('Lato-Bold'),
         url(fonts/lato-bold.woff2) format('woff2'),
         url(fonts/lato-bold.woff) format('woff'),
         url(fonts/lato-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: local('Lato Black'), local('Lato-Black'),
         url(fonts/lato-black.woff2) format('woff2'),
         url(fonts/lato-black.woff) format('woff'),
         url(fonts/lato-black.ttf) format('truetype');
}

.main-container {
    background-image: url(images/login-background.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}

.main-container > *:first-child {
    padding-top: 100px;
}

.account-form {
    max-width: 420px;
}

.error-wrapper {
    max-width: 500px;
}

a:hover {
    text-decoration: none;
}

.app-logo {
    height: 110px;
    padding: 0.25rem 0 0.25rem 0.5rem;
}

.app-logo a:hover
{
    text-decoration: none;
}

.app-logo .ebaa-logo {
    height: 100px;
    width: 150px;
    margin-left: 25px;
}

.app-logo .separator {
    margin: 13px 16px 21px 23px;
    background-color: #e2e2e2;
    width: 1px;
}

.app-logo .estatis-logo {
    height: 130px;
    width: 250px;
    margin-top: -10px;
}

.title {
    font-family: 'Lato-Black';
    font-size: 24px;
    color: var(--main-color);
    text-transform: uppercase;
}

.form-wrapper {
    background-color: #efefef;
    border: 1px solid #e2e2e2;
}

.btn-ebaa {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}

.btn-ebaa:hover, .btn-ebaa:active {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.forgot-password a {
    color: var(--secondary-color);
}

.forgot-password a:hover {
    color: var(--main-color);
}

input[type="text"], input[type="password"] {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.row {
    font-family: 'Lato';
    font-size: 14px;
}

.btn-primary {
    font-family: 'Lato-Bold';
    font-size: 14px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 11px;
    font-family: 'Lato';
    opacity: 0.9;
}

.dd-logo {
    display: flex;
}

.dd-logo img
{
    width: 80px;
    height: 20px;
    margin-top: -5.5px;
}
