﻿.tdCaption {
    color: var(--blue, #1A535C);
    font-weight: bold;
    line-height: normal;
}
h1 {
    font-weight: bold;
    font-size: 20px;
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
}
h2
{
	font-weight:normal;
	font-size: 12px;
	color: white;
	display: inline;	
}
.divLoginBoxFrame {
    border-radius: 5px;
    box-shadow: 0px 0px 5.440000057220459px 0px rgba(0, 0, 0, 0.15);
    padding:30px;
}
#divError {
    border: 2px solid var(--third-level-menu-text-color);
    background-color: var(--third-level-menu-bg-color);
    padding: 0.5em;
    color: var(--third-level-menu-text-color);
    border-radius: 15px;
}
#divActivateMessage
{
	border: 2px solid #616161; 
	background-color:#e0dcd1;
	padding: 0.5em;
	margin: 1em 0;
	color:#3d3d3d;
}
#divLoginBox {
    background-color: white;
    padding-bottom: 35px;
    padding-top: 25px;
}
body {
    color: var(--blue, #1A535C);
    overflow:hidden;
}
A {
    color: var(--blue, #1A535C);
    text-decoration: underline;
    cursor: pointer;
}
h2 a
{
    color:white;
}
#btnForgotPassword, #btnChangePassword {
    color: var(--blue, #1A535C);
    font-size: smaller;
    position:relative;
    z-index:1000;
}
input[type=text], input[type=password] {
    border-radius: 5px !important;
    border-width: 0;
    box-shadow: 0px 0px 5.440000057220459px 0px rgba(0, 0, 0, 0.15);
    outline-width: 0;
    outline-color: black;
    outline-offset: 0;
    height: 22px;
    position: relative;
    z-index: 1000;
}
    #buttonLogin, input[type=button] {
        width: 100%;
        padding: 5px;
        background-color: #028090;
        color: White;
        border: 0;
        padding: 9px 18px;
        font-size-to-del: 12px;
        font-weight: bold;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


.img_sitting_lady {
    margin-right: -574px;
    position: absolute;
    top: 11px;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.25));
}

.img_yellow_lady {
    position: absolute;
    bottom: -100px;
    zoom: 64%;
    left: 187px;
    z-index:1;
}
.tbl_footer {
    position: absolute;
    bottom: 0;
    background-color: var(--table-td-title-bg-color);
}