﻿
body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Oxygen', serif;*/
    /*font-family: 'Gentium Basic', serif;*/
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    /*background-color:rgb(245,245,245);*/
    background-color:aliceblue;
    height: 100%;
    margin:0;
     
}
.podloga
{
    position:absolute;
    top:0;
    left:0;
    padding:0;
    margin:0;
    height:100%;
    width:100%;
    min-height:100%;
    background-image:url("/images/background.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    /*background: linear-gradient(to bottom, #1e5799 0%,#2989d8 100%,#207cca 51%,#7db9e8 100%);*/ /* W3C */
    /*background-image:url("/images/texture.jpg");*/
}
podlogaslika
{
    height:inherit;
    width:inherit;
    
}
.ClientPage
{
    width:40%;
    margin-left:auto;
    margin-right:auto;
    margin-top:5%;
    padding:20px;
    border:1px solid #C9C9C9;
    background: rgba(255, 255, 255, 0.9);

    box-shadow:0px 1px 2px rgba(0,0,0,0.7);
    /*box-shadow:rgba(0, 0, 0, 0.32) 5px 5px 10px;*/
}
.ClientHeader {
    text-align: center;
    font-size: 18px;
    padding:10px;
    font-weight:normal;
    color:white;
}
.ClientMenu{
    border-top:1px solid black;
    border-bottom:1px solid black;
}
.ClientFooter {
    width:100%;
    position:absolute;
    bottom:0;
    margin-bottom:10px;
	text-align:center;
    font-size:14px;
    color:white;
    font-weight:bold;
    
}

.ClientFooter a
{
    color:white;
    text-decoration:none;
}

.Login
{
    /*background-color:#CED6DE;*/
    width:50%;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    border-radius: 3px;
}

h1
{
    padding-top:0px;
    margin-top:0px;
    font-size:larger;
    font-weight:normal;
}

.Login ul
{
    padding-left:0px;
}

.Login li 
{
    list-style-type:none;
    margin-top:15px;
       
}

.Login a
{
    font-size:small;
    text-decoration:none;
}

.LoginTextBox
{
    font-family: 'Open Sans', sans-serif;
   font-size:20px;
    width:98%;
    height:30px;
    border-color:#C9C9C9;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;   
}

.LoginTextBox:hover 
{
    border-color:#455a64;
    background-color:#90a4ae;
    color:white;
}

.Lista
{
    font-size:small;
    color:red;
    margin-top:3px;
    padding-top:3px;
}
.Label
{
    color:#78909c;
}

.Button
{
    background-color:#50acdd;
    font-size:18px;
    border-radius: 3px;
    border-width:0px;  
    width:130px;
    height:50px;
    color:white;
}

    .Button:hover {            
        color:white;
        background-color:#4591b9;
        cursor:pointer;
    }

.Firma
{
    font-size:x-large;
}
