﻿#lang {
	width: 60px;
}

.dd {
	position: absolute !important;
	top: 20px;
	right: 20px;
	text-align: left;
	border: none !important;
}

	.dd img {
		width: 50px;
		height: 30px;
	}

	.dd li {
		background-color: lightblue !important;
	}

		.dd li.selected {
			background-color: skyblue !important;
		}

.ddTitleText img {
	width: 25px;
	height: 15px;
}

.ddTitleText .ddlabel {
	display: none;
}

.ddcommon .ddChild {
	width: 200px !important;
	position: relative !important;
	top: 0 !important;
	left: -140px !important;
	height: auto !important;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}

.container {
	min-width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #f2f2f2;
	xborder: 2px solid lime;
}

.login-page {
	width: 490px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 77px 55px 33px 55px;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	xborder: 2px solid blue;
}

.form {
	width: 100%;
	text-align: center;
}

.fw {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

.button.fw {
	text-transform: uppercase;
	background: #4CAF50;
	color: #FFFFFF;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

.info{
	background:none;
	color: red;
	font-size: 1.2rem;
}

.form .button:hover, .form .button:active, .form .button:focus {
	background: #43A047;
}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}

	.form .message a {
		color: #4CAF50;
		text-decoration: none;
	}

.form .register-form {
	display: none;
}
