/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
223FA0 */
.bgimage {
background-image: url('/cas/images/ensan_bg-090543a0b66c30bfe59c1b9d2bfb1003.jpg');
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important; }

html, body { background: none !important; }


.btn-primary {
background-color: #0000FF !important;
border-color: #0000FF !important;
}

#submitBtn { width: 100% !important; display: block !important; box-sizing: border-box; }

/*HEADER*/
#cas-logo {
content: url('/cas/images/logo-header-f7ed6fe915ab736a82c4b99724f402e0.png') !important;
width: auto !important;
height: 40px !important;}
nav.navbar { background-color: #FFFFFF !important; backdrop-filter: blur(6px); }

#main-content {
   /* margin-right: inherit;
    margin-left: inherit;*/
    max-width: 640px;
    opacity: 0.9;
}

#page_title_ensa {
text-align: center;color:#000000;
text-shadow: 0 0 20px rgb(47, 46, 46);
margin-top:25px;margin-bottom:25px;
} 

.login-links { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.left-links span, .right-links span { vertical-align: middle; }
.center-links span {vertical-align: middle;align:center;}
	

/*FOOTER*/
.cas-footer { background-color: #0000FF !important; backdrop-filter: blur(6px);height: 40px;}

