@font-face {
    font-family: 'StandardFont';
    src: url('Raleway-Regular.ttf');
    src: url('Raleway-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: regular;
}

@font-face {
    font-family: 'StandardFont';
    src: url('Raleway-Bold.ttf');
    src: url('Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
}

a,p,body,textarea,input,span,label,table,tr,td,h{
	font-family:StandardFont,Calibri,Trebuchet MS,Arial,Verdana; 
	font-size:1rem;
	color:rgb(30,30,30);
	line-height:1.5;
	scroll-behavior:smooth;
}

.wrapper {
	margin:0;
	padding:0;
	background-image: url('bgFalk.jpg');
    background-size: cover;
    background-color: #feefd9 !important;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.loginWrapper {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    padding: 20px 0px;
    width: 600px;
    min-height: 300px;
    text-align: center;
    vertical-align: top;
    background: white;
    opacity: 0.95;
    border: 0px solid #f39100;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}

@media all and (max-width:600px) {
	.loginWrapper{
		top:calc(50% - 170px);
		left:10px;
		right:10px;
		width:auto;
	}
	
	.loginLogo{
		/*width:calc(100% - 20px) !important;*/
		margin:20px 0px 0px 0px;
	}
	
	.loginGraphic{
		vertical-align:top;
		width:80px !important;
		padding:15px 10px 5px 10px;
		text-align:right;
	}
}

.loginLogo{
	width:auto;
	height:auto;
	margin:20px 0px 0px 0px;
}

.loginData{
	vertical-align:top;
	width:100% !important;
	padding:10px 10px 5px 0px;
}

.loginGraphic{
	vertical-align:top;
	width:80px;
	padding:15px 0px 5px 10px;
	text-align:right;
}

.loginGraphic img{
	height:70px;
	width:auto;
}

#LoginUserFormTable1{
	max-width:450px !important;
	min-width:300px !important;
}

.contentDescr{
	padding:5px 10px 5px 5px !important;
	border-right:1px solid lightgray;
	vertical-align:middle !important;
	width:110px !important;
}

.contentCont{
	padding:5px 5px 5px 10px !important;
	vertical-align:middle !important;
	width:auto !important;
}


input{
	width:99% !important;
	padding:6px !important;
	margin:0px !important;
}

input[type=submit],
input[type=button]{
    color: white;
    min-height: 30px;
    width: auto;
    line-height: 1;
    padding: 0px 5px;
    margin: 0px 3px 2px 2px !important;
    background-color: #f39100;
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s linear;
}

input[type=submit]:hover,
input[type=button]:hover{
	color:white;
	background-color:#ec6b00;
	border: 0px;
}

img[src*="/icons/ecblank.gif"] {
	display:none;
}