@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
input {font-family: 'Open Sans', sans-serif; width:100%;}
.container {    
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.login {
	text-align: center;
	width: 400px;
	background-color:rgba(248, 223, 113, 0.75); /*#FFF;*/
	padding:10px 20px;
	-webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
	border-radius:.3rem;
}
h1, h2 {
	font-size: 18px;
	font-weight: normal;
}
h1 {padding-bottom:20px;}
h2 {font-size:1.2em;}
#test {
	color: #000;
	text-align:center;
}
.chyba {
	color:#FF0000;
}
.logout {font-size:14px; text-align:center;}
.btn {padding:.1rem 1rem;font-size:1.25rem;line-height:1.2;border-radius:.3rem; color: #fff; background-color: #007bff; border-color: #007bff; border:none;}
.btn {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;
	width:55%;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #fff;
	text-decoration:underline;
	background-color: #005EC6;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.alert {background-color:#dc3545;}
.alert.btn:hover {
	background-color:#AE1E2D;
}