﻿div#annContainer {
    display: none;
}

body {
    background: url(../../materials/system_images/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 58% 50%;
}

.center-box-sub {

    height: auto;
}

.center-box {
    position: relative;
    top: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    min-height: initial;
    max-height: initial;
    width: 350px;
    right: 0;
}

a#forgotpass b {
    display: none;
}

div#compLogo {
    display: none;
}

div#tagline {
    display: none;
}

div#tagline {
    display: none;
}

.txt-cont {
    margin-top: 0px;
}

.Login-version {
    display: none;
}

.btn-container {
    margin: 0px;
}

#txtUsername, #txtPassword {
    width: 100%;
    border: 2px solid transparent;
    background: #e8f0fe !important;
    box-shadow: none;
    border-radius: 7px !important;
}

.box {
    left: 5px;
    top: 8px;
}

a#forgotpass {
    float: initial;
    margin: 0px;
}

#Button1 {
    width: 100%;
    border-radius: 4px;
    background: #283a98;
    font-weight: 600;
    padding: 10px 30px;
}

.cx-forgot {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.welcome-tx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 4px;
}

.welcome-tr {
    font-size: 18px;
    color: #283a98;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}


.welcome-tx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
}

.welcome-f {
    font-size: 26px;
    color: #454444;
    font-weight: 600;
}

.welcome-t {
    font-size: 26px;
    color: #454444;
    font-weight: 600;
}

div#ico-user span {
    display: none;
}

div#ico-pass span {
    display: none;
}

.box {
    border-radius: 0px;
    background: transparent !important;
    border: none;
}

div#ico-user::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../../materials/system_images/icon-nw_v2_user_colored_22x22_72px.png);
    background-position: center;
    background-repeat: no-repeat;
}

div#ico-pass::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../../materials/system_images/icon-nw_v2_key_colored_22x22_72px.png);
    background-position: center;
    background-repeat: no-repeat;
}

#txtUsername:focus + #ico-user, #txtUsername:hover + #ico-user,
#txtPassword:focus + #ico-pass, #txtPassword:hover + #ico-pass {
    transform: initial !important;
}
.comp-img {
    width: 138px;
    height: 140px;
    position: relative;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../materials/system_images/logo.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}