#LoginOverflow {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 318;
	display: none;
}
#LoginPopup {
	float: right;
	width: 450px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	cursor: default;
}
#LoginHeader {
	background: #30a9e0 url(../images/shodow.png);
	background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
	height: 95px;
}
#LoginHeaderTitle {
	display: block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	margin: 0;
	padding: 0 30px 0 30px;
	color: #fff;
	text-align: right;
	font-size: 28px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#LoginPopup .LoginPopupInputWrap {
	position: relative;
	padding: 20px 40px 0px 40px;
}
#LoginPopup .LoginPopupInputLabel {
	background: #fff;
	color: #005d6f;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
}
#LoginPopup .LoginPopupInput {
	display: block;
	padding: 0px 15px;
	border: 1px solid #005d6f;
	background: #fff;
	height: 38px;
	width: 100%;
}
#LoginSubmit {
	width: 160px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: #30a9e0;
	margin: 25px auto 30px auto;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #00000063;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 4px 0px #0000002e;
	-moz-box-shadow: 3px 3px 4px 0px #0000002e;
	box-shadow: 3px 3px 4px 0px #0000002e;
}
#LoginSubmit:hover {
	background: #2ea0d5;
}
#PlatsLoginCon {
	width: 100%;
	background: #e6e6e6;
}
#PlatsLoginMin {
	max-width: 1200px;
	padding: 55px 0;
	margin: 0px auto;
	position: relative;
}
.PresentationCon {
	width: 50%;
	float: left;
	text-align: center;
}
.PresentationCon .GoEtudLogo {
	float: none;
	width: 150px;
	margin: 0 auto;
}
.PresentationCon .GoEtudAbout {
	margin: 0;
	font-size: 17px;
}
#PlatsLogin {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	position: absolute;
	right: 0;
	left: 0;
	top: -39px;
}
.PlatLogin {
	width: calc(33.33% - 40px);
	margin: 0 20px;
	float: right;
	cursor: default;
	position: relative;
	z-index: 20;
	background: url(../images/test.png);
	background-size: auto 80%;
	background-position: top left;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 6px -2px #000;
}
.PlatLogin.Student {
	background-color: #9bba1f;
}
.PlatLogin.Teacher {
	background-color: #ffbc1b;
}
.PlatLogin.Admin {
	background-color: #d43a3c;
}
.PlatLoginIcon {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: top 20px left 20px;
}
.PlatLogin.Student .PlatLoginIcon {
	background-image: url(../images/icons/student-icon.png);
}
.PlatLogin.Teacher .PlatLoginIcon {
	background-image: url(../images/icons/teacher-icon.png);
}
.PlatLogin.Admin .PlatLoginIcon {
	background-image: url(../images/icons/admin-icon.png);
}
.PlatLoginTitle {
	margin: 90px auto 0px auto;
	padding: 0 25px 0 0;
	display: block;
	width: 100%;
	float: right;
	color: #fff;
	text-align: right;
	font-size: 28px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.PlatLoginButt {
	height: 32px;
	background: rgba(0, 0, 0, 0.1);
	line-height: 32px;
	width: 100px;
	display: block;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	margin: 10px auto 20px auto;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.PlatLoginButt:hover {
	color: #000;
	text-shadow: none;
	border-color: #000;
}
#BoxesCon {
	width: 100%;
	background-color: #fbbc23;
	background-image: url(../images/ptrn.png);
}
#BoxesMin {
	max-width: 1200px;
	margin: 0px auto;
	padding: 100px 0px;
	position: relative;
}
.Box {
	width: 23.33%;
	float: right;
	text-align: center;
	margin: 0 5%;
	direction: rtl;
}
.boxTitle {
	font-size: 21px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.BoxText {
	font-size: 16px;
	color: #986c00;
}
/******************************** Responsive *************************/
@media all and (max-width: 950px) {
#WelcomeCon {
	padding: 250px 0px 40px 0px;
}
.WelcomeText {
	font-size: 13px;
}
}
@media all and (max-width: 730px) {
.PlatLoginTitle {
	font-size: 16px;
}
.PlatLoginIcon {
	background-size: auto 33%;
}
.PlatLogin {
	background-size: auto 68%;
}
.WelcomeText {
	font-size: 11px;
}
#WelcomeCon {
	padding: 180px 0px 50px 0px;
}
.BoxText {
	font-size: 13px;
}
.boxTitle {
	font-size: 18px;
}
}
@media all and (max-width: 500px) {
#SchoolDescription {
	font-size: 12px;
}
.PlatLoginIcon {
	background-size: auto 20%;
}
.PlatLogin {
	background-size: auto 50%;
}
.PlatLoginTitle {
	font-size: 15px;
}
#WelcomeMin {
	text-align: center;
}
.WelcomeLogo {
	float: none;
	width: 67%;
	margin: 0 0 10px 0;
}
.WelcomeText {
	float: none;
	width: 100%;
	padding: 0 8px;
	font-size: 10px;
}
#BoxesMin {
	padding: 60px 0px;
}
}
@media all and (max-width: 420px) {
#PlatsLogin {
	position: unset;
	right: unset;
	left: unset;
	top: unset;
	padding: 15px 0 1px 0;
}
.PlatLogin {
	width: 90%;
	margin: 0 auto 15px auto;
	float: none;
	cursor: default;
}
.PlatLogin {
	background-size: auto 80%;
	padding: 0 0 25px 0;
}
.PlatLoginIcon {
	background-size: auto 50%;
}
.PlatLoginTitle {
	font-size: 28px;
}
.PlatLoginButt {
	margin: 10px auto 0px auto;
}
#WelcomeCon {
	padding: 20px 0px 50px 0px;
}
#BoxesMin {
	padding: 20px 0px;
}
.Box {
	width: 90%;
	float: none;
	margin: 0 5% 42px 5%;
}
}
