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 {
    color: darkslategrey;
    line-height: 1;
}
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;
}

#login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
    width: 482px;
}

fieldset {
    border: 1px #88B8B2 solid;
    padding: 40px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

legend {
    color: #33867C;
    font-size: 34px;
    padding: 0 10px;
}
#loginmob legend
{
color:#003366;
}

input {
    color: darkslategrey;
}

input:focus {
    border-color: skyblue;
}

input[type="email"], input[type="password"], input[type="text"],input[type="tel"]{
    border: 1px solid dodgerblue;
    margin-bottom: 20px;
    padding: 10px;
    width: 246px;
}

#login select {
 border: 1px solid dodgerblue;
    margin-bottom: 20px;
    padding: 10px;
    width: 266px;
}

input[type="submit"] {
    background-color: #569B92;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px;
    width: 268px;
}

input[type="submit"]:hover {
    background-color: deepskyblue;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
}

#messages {
    padding:10px;
    border:1px solid #88B8B2;
}
#primv
{
font-weight:bold;
color:#FF0000;
}
#knopkivhod
{
height:55px;
}
#naglav
{
float:left;
width:75px;
background:#003366;
color:#FBAA33;
text-align:center;
padding:10px;
margin:10px 10px 0px 10px;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#kontlogin
{
float:left;
width:100px;
background:#003366;
color:#FBAA33;
text-align:center;
padding:10px;
margin:10px 0px 0px 10px;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
body #loginmob
{
width:100% !important;
}
body #loginmob fieldset
{
padding:10px;
}
#loginmob fieldset
{
border:1px solid #003366 !important;
}
#loginmob input
{
	width: 94%;
border:1px solid #003366;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#loginmob input[type="submit"]
{
	width: 100%;
background-color: #003366;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#loginmob input[name="remember"]
{
float:left;
width:20%;
height:20px;
}