html
{
	display: table;
	width: 100%;
	height: 100%;
}
body
{
	display: table-cell;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.loginCarrier
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp20;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}
.loginContent
{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 26px;
	padding-top: 80px;
	background-position: center 26px;
	background-repeat: no-repeat;
}
.loginContent .field-header.loginHeader
{
	font-size: 2.4rem;
	font-weight: 300;
	margin-top: 26px !important;
	text-align: center;
}
.loginContent button
{
	width: 100%;
}
.lastLoginList .loginTitle,
.lastLoginList .loginDescription
{
	display: block;
}
.lastLoginList .loginDescription
{
	margin-top: 10px;
}
.languages
{
	font-size: 1.2rem;
	text-align: center;
	margin: 15px;
	line-height: 1.42857143;
}
.languages a,
.languages span
{
	display: inline-block;
	margin-left: 5px;
}
.languages a
{
	color: #3C8DBC;
}

/************************************/

.changePasswordCarrier,
.forgotPasswordCarrier
{
	display: none;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp20;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}
.changePasswordContent,
.forgotPasswordContent
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 26px;
}
.changePasswordContent .field-header.loginHeader,
.forgotPasswordContent .field-header.loginHeader
{
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
}
.changePasswordContent button,
.forgotPasswordContent button
{
	width: 100%;
}

/************************************/

.welcomeCarrier
{
	position: relative;
	display: none;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp20;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top;
}
.welcomeCarrier .field-header.loginHeader
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	color: #3C8DBC;
}
