@charset "utf-8";

/*Login Form*/

#loginback {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	background: #0dcda4;
	background: -moz-linear-gradient(left, #0dcda4 0%, #bbff95 100%); 
	background: -webkit-linear-gradient(left, #0dcda4 0%,#bbff95 100%); 
	background: linear-gradient(to right, #0dcda4 0%,#bbff95 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dcda4', endColorstr='#bbff95',GradientType=1 );
	overflow:auto;
}

#midlog {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#fff;
	padding:50px;
	-webkit-box-shadow: 0px 8px 10px -5px rgb(9, 43, 81);
	-moz-box-shadow: 0px 8px 10px -5px rgb(9, 43, 81);
	box-shadow: 0px 8px 10px -5px rgb(9, 43, 81);
	text-align:center;
}

h1#loginhead {
	font-size:25px;
	color:#454b60;
	padding:30px 0;
	font-weight:700;
	margin:0 auto;
}

.logindivs {
	padding:0 0 20px;
	display:block;
	position:relative;
}

img#passshow {
	cursor:pointer;
	position:absolute;
	top:10px;
	right:0px;	
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

input.logininputs {
	background-color:#fff;
	border:none;
	border-bottom:solid 1px #0dcda4;
	padding:20px 0;
	font-size:14px;
	color:#454b60;
	width:300px;
	text-align:center;
}

label.loginlabls {
	font-size:18px;
	color:#454b60;
	padding:20px 0;
	display:block;
}

.submitdivoplogin {
	padding:20px 0 0;
	display:block;
}

input#loginbut {
	background: #0dcda4;
	background: -moz-linear-gradient(left, #0dcda4 0%, #bbff95 100%); 
	background: -webkit-linear-gradient(left, #0dcda4 0%,#bbff95 100%); 
	background: linear-gradient(to right, #0dcda4 0%,#bbff95 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dcda4', endColorstr='#bbff95',GradientType=1 );
	border:none;
	border-bottom:solid 3px #0dcda4;
	padding:20px 40px;
	font-size:20px;
	color:#454b60;
	-webkit-box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	-moz-box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	text-align:center;
	cursor:pointer;
	transition-duration:0.4s;
	width:100%;
}

a#loginbacklink {
	position: absolute;
	top: -30px;
	left:0;
	font-size:17px;
	font-weight: 600;
}

#error {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
}

p#errorwords {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	font-size: 40px;
	line-height: 45px;
	color:#fff;
}

p#smllgnwrds {
	font-size: 12px;
	color:#454b60;
}

a#restr {
	color:#0dcda4;
	padding:0 0 0 5px;
	font-weight: 600;
}

#signindiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

#signinindiv {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

h2#signhead {
	background: -webkit-linear-gradient(left, #0dcda4 0%,#bbff95 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 60px;
    padding: 30px 10px 10px;
    font-weight: 700;
    letter-spacing: -1px;
}

p#signpar {
	color:#454b60;
	font-size: 22px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: 600;
	width: 300px;
	margin: 0 auto;
}


/*Notification page*/

#notitopbar {
	background: #0dcda4;
	background: -moz-linear-gradient(left, #0dcda4 0%, #bbff95 100%); 
	background: -webkit-linear-gradient(left, #0dcda4 0%,#bbff95 100%); 
	background: linear-gradient(to right, #0dcda4 0%,#bbff95 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dcda4', endColorstr='#bbff95',GradientType=1 );
	border:none;
	font-size:20px;
	color:#454b60;
	text-align:center;
	width:100%;
}

h1#notiheadbo {
	font-size:18px;
	padding:20px 10px;
	color:#454b60;
	font-weight:700;
}

#notifdiv {
	background-color:#fff;
	padding:100px 0 50px;
}

#notifblocki {
	-webkit-box-shadow: 0px 5px 15px -5px rgb(126, 145, 166);
	-moz-box-shadow: 0px 5px 15px -5px rgb(126, 145, 166);
	box-shadow: 0px 5px 15px -5px rgb(126, 145, 166);	
	padding:40px;
	text-align:center;
	display:inline-block;
	max-width:500px;
}

p#notimessage {
	font-size:18px;
	padding:20px 0;	
	line-height:25px;
}

span#kleinnotimes {
	font-size: 16px;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	line-height: 20px;
	padding: 5px 0 0;
}

p#pryswtbetl {
	color:#0dcda4;
	font-size:30px;
	font-weight:700;
}

#payboks {
	padding:40px 0 0;
	font-size:0;
	width:300px;
	margin:0 auto;
}

p.paynaam {
	font-size:16px;
	padding:0 0 20px;
	width:50%;
	display:inline-block;
	vertical-align:middle;
	color:#454b60;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

p.paydetil {
	font-weight:700;
}

span.grey {
	color:#454b60;
}

#notidirectseck {
	padding:40px 0 100px;
	text-align:center;
}

a#notifdirectlnk {
	background: #0dcda4;
	background: -moz-linear-gradient(left, #0dcda4 0%, #bbff95 100%); 
	background: -webkit-linear-gradient(left, #0dcda4 0%,#bbff95 100%); 
	background: linear-gradient(to right, #0dcda4 0%,#bbff95 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dcda4', endColorstr='#bbff95',GradientType=1 );
	border:none;
	border-bottom:solid 3px #0dcda4;
	padding:20px 40px;
	font-size:16px;
	color:#454b60;
	-webkit-box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	-moz-box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	box-shadow: 0px 5px 10px 0px rgb(183, 187, 198);
	text-align:center;
	cursor:pointer;
	transition-duration:0.4s;
	font-weight:700;
}


/*FAQ page*/

.ekweniwathywasi {
	padding:0 0 50px;
	text-align:left;
}

h4.faqhed {
	font-size:30px;
	color:#454b60;
	text-align:left;
	padding:0 0 15px;
	font-weight:700;
}

p.faqantw {
	text-align:left;
	font-size:20px;
	line-height:30px;
	color:#454b60;
	
}

#faqoutpad  {
	padding:100px 0 0;	
}

span.faqandecolo {
	color:#0dcda4;
	font-weight:700;
}


/*About Page*/

img#aboutmeiconimg {
	position:absolute;
	z-index:1;
	left:38%;
	bottom:-6px;	
}

#generablsecondsect {
	padding:50px 20px;
	text-align:center;
}

p.generalaboutseki {
	font-size:22px;
	line-height:30px;
	max-width:800px;
	margin:0 auto;
}

span.nextpargeneral {
	display:block;
	padding:20px 0;
}


@media only screen and (max-width:980px) {

img#aboutmeiconimg {
	width:220px;	
}	
	
}


@media only screen and (max-width:500px) {

h3.justsomehed {
	font-size:50px;	
}
#notifblocki {
	padding: 40px 10px;
}
	#midlog {
		padding: 50px 30px;
	}
	
}

@media only screen and (max-width:355px) {

	#midlog {
		padding: 50px 20px;
	}
	
	input.logininputs {
		width: 250px;
	}
	
}



/*height*/

@media only screen and (max-height:500px){
#midlog {
	top:0;
	transform: translate(-50%,0%);
	margin:50px 0;
}
h1#loginhead {
	padding:0 0 30px;
}


}