
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

.loginHeader {
    position: fixed;
    top: 0;
    background: url("../content/images/login/header.png");
    width: 100%;
    /*height: 85px;*/
    height: 90px;
    margin: 0;
    z-index: 9;
    text-align: center;
}
#btnLogins.l-button,
.l-button {
    height: 65%;
    width: 40%;
    margin-left: 53%;
    background: none;
    background-color: #049303;
    color: white;
    border-radius: 3px;
    border: none;
    margin-top: -14%;
    margin-bottom: 20px;
    text-shadow: none;
    font-weight: 500;
    letter-spacing: 1.6px;
}
#btnLogins.l-button:hover,
.l-button:hover{
    transform: scale(1.05);
}

.labeldisplay {
    text-align: right;
    padding: 0 10px 5px 0;
}
.loginbglogo {

    background-color:black;
    width:60%;
    height:auto;

}

.azure-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px; /* Adjust padding as needed */
    min-width: 150px; /* Minimum width */
    text-align: center; /* Center text horizontally */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowed text */
    border-radius: 4px; /* Rounded corners */
    font-size: 16px; /* Font size */
    line-height: 1.5; /* Line height for spacing between lines */
    letter-spacing: 2px; /* Space between characters */
    word-spacing: 2px; /* Space between words */
    font-family: 'Segoe UI', sans-serif; /* Font family */
    font-weight: 300; /* Font weight */
    font-style: normal; /* Font style (normal, italic, etc.) */
}


img.azureicon {
    width: 25px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

div.background {
    /*background-image: url("../content/images/login/loginbg.png");*/
    background-color: red;
 
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-border-radius: 5px;
    border-radius: 5px;



}

/* Style for the overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9998; /* Below the loading indicator */
    display: none; /* Hidden by default */
}

table.logintbl {
    width: 100%;
    height: 370px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    /*position: absolute;*/
    padding:5px 5px 5px 5px;
    z-index: 3;
    /*top: -15px;*/
    background-color:#f3f3f3;
    /*border:solid 2px Green;*/
    margin-top:-15px;
    box-shadow:8px 8px 8px 1px rgba(0, 0, 255, .2);
    margin-bottom: 10%;
  padding:5px 5px 5px 5px;
    }


    table.logintbl td {
        height: 45px;
        /*border: 1px solid red;*/
        padding: 0;
        vertical-align: middle;
        
    }

img.loginicon {
    position: absolute;
    left: 10px;
    -webkit-background-size: auto;
    margin-left: 5%;
    height: 57.16%;
    width: auto;
}

/*img#passwordIcon {
    top: 10%;
}*/


img#usernameIcon,
img#passwordIcon {
    top: 38%;
}

input#Password, input#UserName, input#ConfirmPassword {
    background-color: #ebf1fc !important;
}

       img.loginiconbg {
        position: absolute;
        top: 10%;
        left: 0;
        
        margin-left: 0%;
        height: 80%;
        width: auto;
    }


.loginFooter {
    width: 100%;
    height: 23px;
    /*background-image: linear-gradient(#1cbd1b,#065505);*/
    background-color: #2a2a2a;
    position: fixed;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-family: Segoe Ui;
    font-size: 13px;
    color: white;
    padding-top: 2px;
    margin: auto;
}

/* #Media Queries
================================================== */
@media only screen and (max-width:780px) {
    .loginHeader {
        position: absolute;
        top: 0;
    }

    table.logintbl td {        
        height: auto;       
    } 
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.btn-text {
    /* normal text styling */
}

.loginLoader {
    display: none; /* hidden by default */
    flex-direction: row;
    gap: 4px;
    align-items: flex-end;
}

    .loginLoader span {
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        animation: jump 0.6s infinite;
    }

        .loginLoader span:nth-child(2) {
            animation-delay: 0.4s;
        }

        .loginLoader span:nth-child(3) {
            animation-delay: 0.8s;
        }

@keyframes jump {
    0%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-6px);
    }
}

/* Loading state modifier */
.l-button.loading .btn-text {
    display: none;
}

.l-button.loading .loginLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

#userPassword {
    padding-right: 60px; 
}

.toggle-btn {
    position: absolute;
    right: 4rem;
    height: 50px;
    margin-top: 20px;
    margin-left: 8px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
}

    .toggle-btn:active,
    .toggle-btn:hover,
    .toggle-btn:focus {
        background: none;
        border: none;
        text-decoration: none;
        box-shadow: none;
        outline: none;
    }

