.login-container {
	display: table;
	width: 100%;
	height: 100%;
}

.login-container .page-content {
	display: table-row;
	height: 100%;
}

.login-container .content-wrapper {
	vertical-align: middle;
	display: table-cell;
}

.login-container .content {
	padding: 0 20px 60px;
}

.login-container .login-form {
	width: 320px;
	margin: 0 auto 20px;
}

.login-container .login-form .content-group {
	font-size: 18px;
	margin-bottom: 20px;
}

.login-container .login-form .form-group {
	margin: 0;
	padding: 0;
	position: relative;
}

.login-form .form-group:before {
	font-family: FontAwesome;
	color: #829aa7;
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 20px;
}

.login-form .form-group:nth-child(1):before {
	content: '\f007';
}

.login-form .form-group:nth-child(2):before {
	content: '\f023';
}

.login-container .login-form .content-group small {
	display: block;
}

.login-container .login-form.panel-body {
	padding: 20px;
	position: relative;
}

.login-container .panel.login-form {
	margin-top: -40px;
	color: #333;
	border-radius: 2px;
}

.login-container .login-form .icon-object {
	text-align: center;
	margin: 10px 0 20px;
	padding: 23px 16px 18px;
}

.login-container .login-form .icon-object img {
	width: 105px;
}

.login-form .form-control {
	border: 0;
	border-bottom: 1px dashed #ccc;
	height: 50px;
	box-shadow: none;
	padding-top: 10px;
	padding-left: 45px;
}

.login-form .form-control-feedback i {
	font-size: 20px;
	margin-top: 14px;
}

.login-form button {
	background: #f44336;
	margin-top: 22px;
	width: 100%;
	font-size: 18px;
	height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	font-weight: bold;
}

.login-form button:hover{
	color: #FFFFFF;
}

.login-container .footer:hover, .login-container .footer:focus{
	color: white;
}

#login-header{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#login-app-name {
	font-family: "Magistral", "OpenSans-Light", sans-serif;
	color: black;
	margin-left: 3px;
	line-height: 1.2;
	display: inline-block;
	padding: 14px 0 10px 0;
}

#login-app-name .suite-name,
#login-app-name .suite-name-2{
	font-weight: bold;
	font-size: 36px;
	color: #c43d27;
	display: inline-block;
}

#login-app-name .suite-name-2{
	color: #848484;
	margin-left: -4px;
}

#login-header .app{
	display: block;
	color: #848484;
	font-size: 19px;
	text-align: right;
}

.panel.login-form.panel-body {
	width: 390px;
	background: #933e44;
	border-radius: 10px;
	overflow: hidden;
	padding: 60px 55px 77px 55px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
	-o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.login-form .form-control {
	border: 0;
	border-bottom: 1px dashed #ccc;
	padding: 20px 60px;
	height: 50px;
}

.safari .login-form .suite-name{
	margin-top: 27px;
}

.login-element-wrappers{
	width: 100%;
	position: relative;
	border-bottom: 2px solid #ffffff47;
	margin-bottom: 37px;
}

.login-element-wrappers > input{
	font-size: 15px;
	color: white;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	padding: 0 5px;
	outline: none;
	border: none;
	overflow: visible;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.login-element-wrappers > input:focus{
	border-color: transparent;
}

.login-element-wrappers span.floating-placeholders{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.login-element-wrappers span.floating-placeholders::before{
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #f44336;
	background: -webkit-linear-gradient(left, #f44336, #b9585f);
	background: -o-linear-gradient(left, #f44336, #b9585f);
	background: -moz-linear-gradient(left, #f44336, #b9585f);
	background: linear-gradient(left, #f44336, #b9585f);
}

.login-element-wrappers span.floating-placeholders::after{
	font-size: 15px;
	color: white;
	line-height: 1.2;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login-inputs:focus + .floating-placeholders::before {
	width: 100%;
}

.login-inputs:focus + .floating-placeholders::after {
	top: -20px;
}

.show-pass {
	font-size: 15px;
	color: #ff9da3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.show-pass:hover {
	color: #db797f;
}

.has-val.login-inputs + .floating-placeholders::after {
	top: -20px;
}

.has-val.login-inputs + .floating-placeholders::before {
	width: 100%;
}

#login-header{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#login-header .app-logo{
	margin-right: 2px;
	width: auto;
	height: 100px;
	display: inline-block;
	border: none;
	margin-top: 0;
}

.login-title{
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding-bottom: 34px;
	padding-top: 27px;
	color: #ecf3ed;
}
