@CHARSET "ISO-8859-1";

body
{
	background-image: url('images/bg2020b.jpg');
	no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	cursor:default;
	font-family:'Open Sans','sans-serif','arial';
	font-size:15px;
	font-weight:400;
}

#login_box
{
	position: absolute;
	top: 0;
	right: 10vw;
	height: 100vh;
	width: 26vw;
	display: inline-block;
	background-color: rgba(0,0,0,0.7);
	color: white;
	text-align: center;
	min-width: 360px;
	z-index:69;
	overflow-y: auto;
}

/* Scrollbar Track */
::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
    background-color: #01b5d4; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Roundness of the thumb */
    border: 1px solid #00778c; /* Space around the thumb */
}

/* Scrollbar Thumb Hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #33cde0; /* Color of the scrollbar thumb */
    /* background-color: #0192a8; */
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
    background: #e1e1e1; /* Color of the scrollbar track */
	border-radius: 10px;
    border: 1px solid #e0e0e0;  /* Border around the track */
}

#login_info
{
	position: absolute;
	top: 30vh;
	left: 10vw;
	min-height: 40vh;
	width: 40vw;
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0px 50px;
	color: black;
	padding: 40px;
	z-index: 3;
}

#logodiv
{
	padding-top: 40px;
	font-size:28px;
	width: 100%;
}

#logoimg
{
	height: 70px;
}

#enprosimg
{
	height: 66px;
	padding-right: 20px;
}

#enprosdiv
{
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 20px;
	clear: both;
}

#formdiv
{
	position: absolute; 
	top: 25vh;
	z-index: 5;
	width: 100%;
}

#formdiv select
{
	border: 0;
	border-bottom: 2px solid white;
	width: 80%;
	font-size:20px;
	line-height: 32px;
	height: 44px;
	text-align: center;
	text-align-last: center;
	background: transparent;
	color: white;
}

#formdiv select:focus
{
	outline: 0;
}
	
#formdiv input
{
	border: 0;
	border-bottom: 2px solid white;
	width: 80%;
	font-size:20px;
	line-height: 32px;
	height: 44px;
	text-align: center;
	background: transparent;
	color: white;
}
#formdiv input:focus
{
	outline: 0;
}

#formdiv input::placeholder
{
	color: grey;
}

#formdiv button
{
	margin-top: 30px;
	font-size:20px;
	/*background-color: #5079ff;*/
	background-color: #01b5d4;
	border: 0px;
	height: 44px;
	width: 80%;
	color: white;
	text-transform: uppercase;
}

.login_box_info
{
	/* background-color:#5079ff; */
	background-color: #01b5d4;
	color:#fff;
	padding:40px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:20px;
}

.login_box_error
{
	background-color:#ff5a1d;
	color:#fff;
	padding:40px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:20px;
}

.login_box_spacer
{
	padding:40px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:20px;
}

/* media screenit alkaa */
@media screen and (max-width:999px)
{
	#login_box
	{
		position: static;
		margin-left: 15vw;
		width: 70vw;
		max-width: 70vw;
		display: block;
	}	
	
	#login_info
	{
		display: none;
	}
	
	#enprosdiv
	{
		display: none;
	}
	
	#logodiv
	{
		padding-top: 20px;
		font-size:20px;
	}
	
	#logoimg
	{
		height: 50px;
	}
	
	#enprosdiv
	{
		width: 80vw;
	}

	#enprosimg
	{
		height: 60px;
	}
	
	#formdiv
	{
		display: block;
		clear: both;
		position: static;
	}
	
	#formdiv input
	{
		font-size:20px;
		line-height: 24x;
		height: 34px;
	}

} /* 999 */

@media screen and (max-width:599px)
{
	#logodiv
	{
		padding-top: 30px;
	}
	
	#enprosimg
	{
		height: 40px;
	}
	
	.login_box_info
	{
		padding:20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.login_box_error
	{
		padding:20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.login_box_spacer
	{
		padding:20px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
} /* 599 */

@media screen and (max-height:900px)
{
	#formdiv
	{
		top: 125px;
	}

	#logodiv
	{
		padding-top: 0px;
	}

	.login_box_error
	{
		padding: 10px;
	}
	
	.login_box_spacer
	{
		padding: 10px;
	}
}

@media screen and (max-height:800px)
{
	#enprosdiv
	{
		/* display: none; */
		position: fixed;
		left: 0;
		text-align: left;
	}
}

@media screen and (max-height:620px) and (max-width: 1300px)
{
	#enprosdiv
	{
		display: none;
	}
}