.prihlaseni-body {
   	
    font-family: sans-serif;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
}

.container_log{
     background: #3b94e0 linear-gradient(to top, #0e3555 0%, #3b94e0 100%);

    display: table-cell;
    vertical-align: middle;

}

.login{
    width: 300px;
    padding: 5px 5px 10px 5px;
    margin: 7px auto;   

    background-color: #ffffff;
    border-radius: 8px;
    opacity: 1;
}

input {
    background: #fff;
    display: block;
    border: none;
    width: 200px;
    padding: 15px 20px;
    margin: 15px;
    border-radius: 4px;
    box-shadow: 0 0 3px #3b94e0;
}

.send {
    background: #3485c9;
    color: #fff;
    border: none;
    height: 80px;
    width: 240px;
    padding: 10px 14px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    margin-left: 15px;
    margin-top: 3px;
    margin-bottom: 13px;
}

.send:hover {
    background: #155993;

}

form {
    position: relative;
    width: 270px;
    margin: 0 auto;
	text-align: center;
}

form input{	
	font-size: 15px;
	font-weight: bold;
}

form .input{
	text-align: center;
	color: #0e3555 !important;
}




.logo-uvod {
    text-align: center;  
}


.prihlaseni-paticka {
    text-align: center;
    color: #ffffff;
}

.prihlaseni-paticka a {
    color: #ffffff;
    text-decoration: none;
}



.menu {
    padding: 0;
    padding-top: 12px;
    margin: 0px;
}


.zpravy {
    width: 304px;
    height: 388px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -62px;
    position: absolute;
    text-align: center;
}
.no-titlebar .ui-dialog-titlebar {
    display: none;
}


		.info, .success, .warning, .error, .validation {
			margin: 10px 0px;
			padding: 25px 10px 25px 50px;
			background-repeat: no-repeat;
			background-position: 10px center;
		}
		
		.error{
			 border-radius: 8px;
			color: #D8000C;
			background-color: #FFBABA;
			position: absolute;
			width: 150%;
    left: 50%;
	top: 20%;
    transform: translate(-50%, 0);
	z-index: 100;
	display: none;
	
		}
		
		#overlay-back { 
    position   : absolute; 
    top        : 0; 
    left       : 0; 
    width      : 100%; 
    height     : 100%; 
    background : #000; 
    opacity    : 0.6; 
    filter     : alpha(opacity=60); 
    z-index    : 5;
    display    : none;
} 
		