
/* 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;
}
.l-button {
    height: 65%; 
    width: 40%;
    margin-left:53%;
    background-color: #049303;
     color: white;
     border-radius:3px;
     border:none;
     margin-top:-14%;
     margin-bottom: 20px;
}
.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: 35px;
        /*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 {
    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; }
*/
