* {
  outline: none;
}

body, html{
    height:100%;
    width: 100%;
    overflow: hidden; 
}

body {
	background-image: url(../img/bg.jpg);
	background-color: #c7b39b;
	font: normal 13px Arial, Sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: white;
}

div.regtext {
	position: absolute;
	height: 20px;
	width: 335px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid rgb(147,184,189);
	-webkit-border-radius: 0 0  5px 5px;
    -moz-border-radius: 0 0  5px 5px;
    border-radius: 0 0  5px 5px;
	margin-top: 10px;
	color: black;
}

div.forgotpassworddiv {
	position: absolute;
	height: 20px;
	width: 335px;
	padding-top: 5px;
	text-align: center;
	margin-top: 30px;
	color: black;
}

div.ptext {
	color: black;
}

h1 {
	text-align: center;
	color: white;
}
 
h1:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), 
		color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

div.container.mlogin {
	min-height: 244px;
}

div.container.mpassword {
	min-height: 180px;
}

div.container.mregister {
	min-height: 370px;
}

div.container.mrestore {
	min-height: 355px;
}

div.container.mcode {
	min-height: 307px;
}

div.container.mlogin, div.container.mregister, div.container.mpassword, div.container.mcode, div.container.mrestore {
	margin: 0px auto;
	width: 335px;
	position: relative;
	background-color: rgba(240, 240, 250, 0.8);
	border: 1px solid rgba(147, 184, 189, 0.8);
	-moz-border-radius: 5px;
    border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background: rgba(0,60,136,0.7);
}

div.container.mlogin {
	margin-top: 40px;
}

div.submit {
	text-align: right;
	margin-top: 30px;
}

input[type='submit'], button {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,60,136,0.9);
	color: white;
	text-align: center;
	font-size: 10pt;
	border-radius: 6px;
	padding: 5px;
	cursor: pointer;
	width: 150px;
	height: 26px;
}

input, select {
	background: rgba(255,255,255,0.2);
    border: 1px solid rgba(0,60,136,0.9);
    color: white;
    text-align: center;
    border-radius: 6px;	
	top: 0px;
	width: 335px;
	height: 26px;
	padding: 1px;
	font-size: 10pt;
}

select {
	height: 30px;
	width: 339px;
}

option {
	background: rgba(0,60,136,0.7);
    color: white;
}

#registerform div, #loginform div{
	margin: 12px 0;
}

#withoutlogin {
	color:black;
	border: none;
	width: 250px;
}

.closed{
    display: none !important;
 }

/*#country{
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(0,60,136,0.9);
    color: white;
    text-align: center;
    font-size: 10pt;
    border-radius: 6px;
    padding: 5px;
    height: 36px;
    width: 110px;
}*/

#footer {
	right: 0;
	margin: 0px auto;
	position: fixed; 
	left: 0; 
	bottom: 10px; 
	width: 335px;
	height: 30px;
	text-align: center;
 }

input::-ms-clear {
	display: none;
}