body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #3D3743;
    width: 100%;
    height: 100%;
    font-size:.85rem;
}

@font-face {
    font-family: 'RokkittRegular';
    src: url('Rokkitt-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'AzoSansBold';
    src: url('AzoSans-Bold.ttf') format('truetype');
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    font-family: "RokkittRegular";
    border: none;
    border-bottom: 2px solid #f94227;
    background: transparent;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 22px;
    margin-bottom: 1px;
    margin-top: 20px;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    outline: none;
}

.locale-container {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
    margin: 4px 5px 8px 18px;
}

.locale-container > .locale {
    font-size: 10px;
    opacity: 0.5;
    font-weight: bold;
    transition: all 0.25s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.locale-container > .locale:hover {
    font-size: 10px;
    opacity: 0.8;
    font-weight: bold;
    transform: scale(1.1);
}

.login-form-submit-btn {
    border: none;
    background: none;
    right: 0;
    bottom: 0;
    margin: 0 -1px -4px 0;
    padding: 0;
    position: absolute;
}

.login-form-input-label {
    text-align: right;
    margin-bottom: 20px;
    font-weight: bold;
}

.logo_apx_login_page {
    width: 360px;
}

.logo_ebs_login_page {
    width: 180px;
    margin-left: 50px;
}

input.required {
    border: none !important;
    border-bottom: 2px solid #f94227 !important;
}

input + label {
    font-family: "AzoSansBold";
    font-size: 14px;
}

input.required + label {
    color: #f94227;
}

input:not(.required) + label {
    color: #3d3743;
}

td {
    text-align: center; 
}

h1 {
    font-size: 14pt;
}

.main {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.container {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.content {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    padding: 0;
    background: rgb(255, 255, 207);
    background-size: cover;
    border: 4px solid #aedbff;
    position: relative;
}

.login-form-input-container {
    margin-bottom: 30px;
}

.login-form {
    width: 80%;
    padding-top: 50px;
    padding-left: 72px;
}

.btn-submit {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 100%;    
    border:none;
    padding:1rem 2rem .95rem 2rem;
    cursor: pointer;
    font-family: "PT Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-align: left;      
    text-decoration: none;   
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
    transition: background-color 300ms ease-out;
    background-color: #f36c20;
    color: #fff; 
}

.btn-submit:hover {
    background-color: #f9620d;
}

.login-form-submit-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 1000;
    font-size: 23px;
    white-space: nowrap;
    color: #3D3843;
    margin-left: 8px;
    letter-spacing: -2px;
}


.login-form-submit-btn:hover {
    cursor: pointer;
}

#wait,
#auth {
    position: absolute;
    width: 440px;
    background-color: #fff;
    text-align: center;
    display: none;
    top: 100px;
    left: 10px;
}
#wait .spinner,
#auth .spinner{
    position: relative;
    top:7px;
    right:5px;
}
.hidden,
input.hidden,
button.hidden {
    visibility: hidden !important;
}

.login-logo-block {height: 150px;}
.login-logo-block .orange,
.login-logo-block .grey {
    display: inline-block;
    height: 100%;
    float: left;
}

.logo-inline-block {
    display: inline-block;
    margin-left: 90px;
    margin-top: 60px;
}

.orange {
    background-color: #f36c21;
    width: 20px;
    height: 100%;
}

.white {
    background-color: #5550;
    width: calc(100% - 20px);
}

.white img{
    width: 650px;
    padding-top: 80px;
    padding-left: 50px;
}

.grey {
    background-color: #555;
    width: calc(100% - 20px);
}

.grey img{
    width: 450px;
    padding-top: 60px;
    padding-left: 50px;
}
.footer {
    padding-top: 5px;
    color: #FFFFFF;
}


.column, .columns {
    position: relative;   
}

.forgot-password-link {
    display: inline-block;
    margin-top: 20px;
    color:#008cba;
    font-size:.8rem;
    font-style:italic;
    text-decoration: none;
}
.forgot-password-link:hover,
.forgot-password-link:focus,
.forgot-password-link:active{
    color: #026c96;
}

input:-webkit-autofill,
input:-webkit-autofill:first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}