﻿html { 
	margin:0;
	padding:0;
	font-size: 12px;
	color: #FFFFFF;
	background: url(/content/Images/sommets-de-l-atlas-maroc.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: Verdana;
	height: 100%;
	width: 100%;
}
input {
	font-family: 'Exo', sans-serif;
	width: 178px;
	height: 20px;
	line-height: 20px;
	background: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 5px;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
select {
	font-family: 'Exo', sans-serif;
	width: 192px;
	height: 32px;
	margin: 0 5px;
	padding: 5px;
	background: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}
select option { color: #000000; }
input[type="button"] {
	width: 192px;
	background: #FFFFFF;
	color: #21183D;
	cursor: pointer;
	padding: 15px;
	line-height: 0;
	font-weight: bold;
	font-size: 15px;
}
input[type="submit"] {
	width: 200px;
    margin:0px;
	background: #FFFFFF;
	color: #21183D;
	cursor: pointer;
	padding: 15px;
	line-height: 0;
	font-weight: bold;
	font-size: 15px;
}
input[type="radio"] {
	display: inline;
	width: auto;
	height: 12px;
	width: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
label {
	line-height: 30px;
	display: inline-block;
	margin: 5px;
}
::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
:-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
::-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
.styled-select select
{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
.center {
	width:220px;
	position:relative;
	left:50%;
	top:80px;
	padding: 20px 20px 20px 35px;
	margin:0 0 20px -137px;
	background: rgb(33, 24, 61);
	background: rgba(33, 24, 61,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.logo {
	max-width: 200px;
}

#tr-domain, #tr-password, #tr-verifypassword {
	display: none;
	margin-top: 0px;
}
#select-server {
	display: none;
}
#span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko {
	color:red;
}
#retype-password-input, #retype-password-label {
	display: none;
}
#span-credentials-ko {
	font-weight: bold;
    text-align: inherit;
    display: inline-block;
}
#accesstypeuserpanel {
	display: none;
	text-align: center;
	margin-top: 0px;
}
#accesstypeuserpanel label {
	display: none;
}
.log-in-locally-link{
        color:white;
    display: inline-block;
    }