#header {
   /* background: linear-gradient(141deg, #b8002c 0%, #db0100 51%, #e8410c 75%); */
	background:#92C7CE;
	background-image:url("https://id.cbu.edu.tr/simplesaml/module.php/universite/assets/images/background-image.png");
}

#footer {
   /* background: linear-gradient(141deg, #b8002c 0%, #db0100 51%, #e8410c 75%); */
   /*background:#92C7CE;*/
	background:#FFFFFF;
}
#footer a, a:visited,a:active{
	color:#000000 !important;
}
#menu {
   /* background: #e8410c; */
    background: #5269a0;
}

#menu .pure-menu-selected, #menu .pure-menu-heading {
   /* background: #b8002c; */
    background: #233b77;
}

#menu .pure-menu ul, #menu .pure-menu .menu-item-divided {
	/* border-top: 1px solid #db0100; */
	border-top: 1px solid gray;
}

.pure-img {
	height: 5.8rem;
}

.pure-button-red {
	/*
	background-color: #db0100;
	color: #fff;
	*/
	background-color: #233b77;
	color: #fff;
}

.message-box.error {
	/*
	background-color: #f7e4e1;
	border-left-color: #cc4b37;
	*/
	background-color: #e4f7e1;
	border-left-color: #4bcc37;
}
h1{
font-size:1em;
}
.copyrights{
	color:#000000;
}
.copyrights a:hover{
	background-color:transparent !important;
}
.pure-form-message{
	
	color:#000000!important;
}
.pure-form-message a, a:visited,a:active, a:hover{
	color:#000000 !important;
	background-color:transparent;
}

#submit_button{
	background-color:#00ADD7 !important;
}