.top-menu {
    background-color: transparent;
}

#site_footer {
    position: absolute !important;
    bottom: 0 !important;
}

.login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-wrapper-reg
{
    width: 500px;
}

.login-wrapper-reg p 
{
    text-align: center;
}

.login-wrapper {
    margin-top: -50px;
}

#forgotPassword {
    /*font-size: 15px !important;
    text-decoration: underline !important;
    color: #000000 !important;*/
    margin: 10px  auto !important;
}

#forgotPassword:hover {
    /*color: #000000 !important;*/
}

.fgt-container
{
    width: 100%;
    display:flex;
    flex-direction: column;
}

#error-container
{
    margin-bottom: 10px;
}


.required
{
    font-weight: bold !important;
    color: red !important;
}

#matched-records-table
{
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    display: block;
}

@media only screen and (max-height:800px) {
    .login-wrapper {
        margin-top: 0px;
    }
}

#xx00 {
    margin-bottom: 9px;
}

#xx01 {
    margin-top: 5px;
}

#xx02 {
    padding-left: 15px;
}

#xx03 {
    color: #666768 !important;
    font-size: 11px !important;
}

.xx04 {
    height: 100%;
}

#xx05 {
    padding: 0;
    padding-right: 5px;
}

#xx06 {
    padding: 0;
    padding-left: 5px;
}

#xx07 {
    padding: 0;
    padding-left: 5px;
}

.xx08 {
    height: 100%;
}

#xx09 {
    font-size: 12px !important;
}

.cookie.modal p{
    text-align: center !important;
}