@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:"Mon";
	src:url(../res/Montserrat-Light.otf);
	}
	
* {
	margin:0 auto;
	font-family:"Mon";
	}
body#display {
	height:100%;
	width:100%;
	overflow:hidden;
	}
#form-login {
	width:100%;
	padding-top:10%;
	}
#form-login td#form-title {
	color:rgba(0,50,105,1);
	padding-bottom:20px;
	}
#form-login table {
	text-align:center;
	width:30%;
	}
#container {
	width:100vw;
	height:100vh;
	overflow:hidden;
	}
#logo {
	position:absolute;
	text-align:center;
	z-index:30;
	width:100%;
	top:50px;
	}
#logo img{
	height:100px;
	}
#logo-bottom {
	position:absolute;
	text-align:center;
	z-index:40;
	width:100%;
	bottom:30px;
	}
#logo-bottom img{
	height:50px;
	}
#form-udpate {
	margin-top:30px;
	width:60%;
	border:0px solid black;
	}
#txtarea-title {
	width:60vw;
	height:100px;
	resize:vertical;
	padding:10px;
	}
input[type=text], input[type=password], select {
	width:100%;
	padding:10px;
	}
table td#btn{
	text-align:center;
	}
#admin-title {
	color:rgba(0,50,105,1);
	text-align:center;
	margin-bottom:20px;
	}
input[type=submit] {
	border:0;
	margin-top:30px;
	padding:10px;
	width:40%;
	background-color:rgba(175,140,100,1);
	color:rgba(0,50,105,1);
	cursor:pointer;
	border-radius:5px;
	}
input[type=submit]:hover {
	background-color:rgba(175,140,100,0.85);
	}
#img-cont {
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	}
#img-cont img{
	background-image:url(../res/bg-01.jpg);
	height:100%;
	width:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	}
#text-cont {
	position:absolute;
	top:33vh;
	width:90%;
	left:5%;
	text-align:center;
	z-index:20;
	color:#ffffff;
	}
p#title {
	font-size:0px;
	}
p#header {
	width:60%;
	font-size:1.7em;
	color:rgba(175,140,100,1);
	border-bottom:2px solid rgba(175,140,100,0.5);
	padding-bottom:5px;
	margin-bottom:20px;
	}
p#time {
	font-size:2.4em;
	margin-top:6vh;
	}
a#lojot {
	color:rgba(132,131,131,1.00);
	text-decoration:none;
	font-size:14px;
	padding:5px;
	}
a#preview {
	background-color:rgba(11,140,26,0.5);
	text-decoration:none;
	font-size:16px;
	padding:5px 10px 5px 10px;
	color:rgba(51,51,51,1.00);
	}
