
.t-Header-logo {
    z-index: 795;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    line-height: 2.4rem;
    font-weight: 500;
    padding: 0;
    display: flex;
}

a.t-Header-logo-link {
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    color: white;
}

.t-HeroRegion-wrap {
    padding: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

h1.t-HeroRegion-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: 20px;
    font-weight: 500;
}

.t-HeroRegion-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    color: #262626;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.header-image {
    border-radius: 10px;
}


.info {
    background-color: #ebedefa8;
    border-left: 6px solid #0310ff;
    margin-bottom: 15px;
    padding: 4px 12px;
    color: #000000;
    font-family: 'GurmukhiMN',Times,serif;
}

.t-Footer {
	margin-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    padding: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
	text-align:center !important;
}

.t-Footer-body {
    flex-grow: 1;
    margin-right: 16px;
}


.t-HeroRegion {
    position: relative;
    overflow: hidden;
}

.t-HeroRegion--featured.t-HeroRegion--centered .t-HeroRegion-wrap {
    flex-direction: column;
    text-align: center;
}
.t-HeroRegion-wrap {
    padding: 16px px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


	
		
		
		
		
		 /* Assign full width inputs*/ 
        input[type=text], 
        input[type=password] { 
            width: 100%; 
            /*padding: 12px 40px;*/
            margin: 0px 0; 
            display: inline-block; 
            border: 1px solid #ccc; 
            box-sizing: border-box; 
        } 
          
        /* Set a style for the buttons*/ 
        button { 
            background-color: #4CAF50; 
            color: white; 
            padding: 14px 20px; 
            margin: 8px 0; 
            border: none; 
            cursor: pointer; 
            width: 100%; 
        } 
  
        /* Set a hover effect for the button*/ 
        button:hover { 
            opacity: 0.8; 
        } 
  
        /* Set extra style for the cancel button*/ 
        .container { 
            padding: 16px; 
        } 
      
        .fontuser {
            position: relative;
        }
          
        .fontuser i{
            position: absolute;
            left: 15px;
            top: 40px;
            color: gray;
        }
          
        .fontpassword {
            position: relative;
        }
          
        .fontpassword i{
            position: absolute;
            left: 15px;
            top: 40px;
            color: gray;
        }
		
.jumbotron {
	    padding: 1rem 1rem !important;
}