html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
background-image: url(../images/backgroundAutentificare.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    display: grid;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --negru: #090501;
    --alb: #f8f9fa;
    --culPrincipala: #f0872b;
    --culPrincipalaDeschis: #f0872b99;
    --gradient: linear-gradient(90deg, rgba(248, 249, 250, 1) 10%, rgba(198, 203, 206, 1) 55%);
    --gradient2: linear-gradient(180deg, rgba(248, 249, 250, 0.29735644257703087) 0%, rgba(198, 203, 206, 0.30015756302521013) 100%);
}

.center {
    width: 70%;
    margin: 0 auto;
}

h1 {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
}

h2 {
    font-size: 16px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: black;
}


/* --- PAGINARE --- */
.paginareright {
    text-align: end;
    padding: 5px;
}
.paginare div {
    display: inline-block;
    width: auto !important
}
.paginare a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #869900;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
    color: #869900;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fara{
    padding: 1px 5px;
}
.nav{
    background-color: #869900;
    padding: 8px 10px;
    color: white;
    font-size: 13px;
}
.nav a {
    color: white;
}
.nav a:hover {
    text-decoration: underline;
}
.nav span{
    color: #d3d7d2;
    cursor: default;
}
.divMesajSuccess{
    color: #869900;
    font-size: 13px;
}
.divMesajEroare, .divMesajSuccess{ 
    font-size: 13px;
    color: #869900;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    background-color: white;
}
.divMesajEroare{
    color: #ff4141;
}
.divMesajSuccess{
    color: #869900;
}
.closebtn{
    color: black;
    float: right;
    cursor: pointer;
}
.divErr{
    font-size: 14px;
    color: #ff4141;
}