.hrLogin{
    margin-top: 0.3rem!important; 
    margin-bottom: 0.3rem!important;
}

.articleWidth{
 	max-width: 800px!important;
}

.loginText{
 	color: white!important;
 	margin-top: 5px!important;
 	font-size: 0.8rem!important;
 	font-family: -webkit-pictograph!important;
}


.bannerTest{
	color: white!important;
 	margin-bottom: 0px!important;
}

/*
.containerLogin{
    margin-top:12%!important;
    margin-left:0%!important;
    margin-bottom:1.2rem!important;
}*/

.customLabel{
    font-size:smaller!important;
    font-family:system-ui!important;
	font-weight: 400!important;
}

.customTitle{
    font-family:'Source Sans Pro'!important;
}


.customBanner{
    background-color:green!important;
    padding:5px!important;
}



.landing-wrapper{
    background-color:#fff ;
}

.label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: smaller;
    font-family: system-ui;
}

.input-style{
    padding: 5px 8px;
    margin: px;
    height: 22px;
    line-height: 16px;
    font-size: 10px;
    background-color: red;
}

#login-btn{

    width:35%;
    padding: 7px 0px;
    border-radius: 3px;
    background-color: #3975b5;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px; 
    border-color:2px #3975b5 solid;
    box-shadow: 0px 0px 0px ;

}
#login-btn:hover {
    background-color: #af0834;  

}

#login-btn:active{

    background-color:#af0834 ;

}
#login-btn:focus {
    color: #061C3F;
   
    border-color: #1e498a;
        border-top-color: rgb(128, 189, 255);
        border-right-color: rgb(128, 189, 255);
        border-bottom-color: rgb(128, 189, 255);
        border-left-color: rgb(128, 189, 255);
    outline: 0;
    outline-color: currentcolor;
    outline-style: none;
    outline-width: 0px; 
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);

    background-color:#1e498a;
    color: #fff;
}


    #branad-logo-name{
    display: inline-block;
     font-weight:600 ;
     line-height: normal;
     color: #ffffff;
     text-transform: uppercase;
     margin-left: 14px;
     font-size:18px;

    }


    #in-header{
        padding-top: 3px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
	
	/*
	.input:-internal-autofill-selected {
		background-color: red;
	}*/

    .form-style{
        margin-top:0% ;
        /*border:1px  #e9e9e9 solid ;*/
        padding: 2em;
        border-radius: 5px;        
        box-shadow:0 1px 20px 0 #e9e9e9;
        box-shadow: 0 10px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);
   
    }
    .inner-footer{
        background-color: #ffffff;
    }
    
    /*
    .container-form-color{
    }*/
    
    .not-registered{
        line-height: 14px;
        color:#b3b3b5;
        font-size: 14px;
    }
    .create-account:hover{
        text-decoration: none;

    }


.footer-copyright-area {
    /* background: #006DF0; */
    /* background: #009879; */
    background: #af0834;
    padding: 0px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    }
