body {
    font-family: Helvetica, "Nimbus Sans L", sans-serif;
    /*background: url(/auth/fig/ueg_central5.jpg);*/
    background-color: #ffffff;
    height: 100%;
}

div.natal2 {
    margin: auto;
    position: relative;
    top: 13px;
    center: 1%;
    text-align: center;
}

ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
}

a.hover {

}

.error {
    margin-left: 10px;
    margin-top: -15px;
}

ul li a:hover {

}

body {
    background-color: #EFEFEF;
}

input button, input submit {
    padding: 10px;
    width: 150px;
    margin-left: 10px;
    margin-top: 10px;
    /*background: #798fa4;*/
    background: #2957A4;
    color: white;
    font-weight: bolder;
    border-radius: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #888;
    border: 0px;
}

input submit:hover {

    background: #546e8c;
    cursor: pointer;
    text-shadow: 1px 0px 1px #999;

}

input, select {

}

input:hover, select:hover {
}

div.natal1 {
    position: absolute;
    top: 5px;
    right: 1%;
}

html {
	position: relative
}


.marca-dagua-beta {
	position: fixed;
	display: block;
	width: 300px;
	top: 45px;
	left: -95px;
	transform: rotate(-45deg);
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	background-color: #FF4500;
	color: #ffffff;
	opacity: 0.75;
	z-index: 10000;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.marca-dagua-2-beta {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	background-color: #FF4500;
	color: #FFFFFF;
	margin-left: 5rem;
	border-radius: 30px;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
	margin-top: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.marca-dagua-2-beta::before {
	content: "\29bf";
}

body.beta {
	--cor-principal: #76c4f2;
}


body.beta .header .navbar-nav img {
	background: var(--cor-principal);
}

body.beta .page-sidebar-menu {
	background: var(--cor-principal);
}