/**
 * This file is a part of MediaDrop (http://www.mediadrop.video),
 * Copyright 2009-2014 MediaDrop contributors
 * For the exact contribution history, see the git revision log.
 * The source code contained in this file is licensed under the GPLv3 or
 * (at your option) any later version.
 * See LICENSE.txt in the main project directory, for more information.
 **/

.mcore-login {
	padding-top: 100px;
}

.mcore-login .logo-container {
	margin-bottom: 20px;
}

.mcore-login #mcore-logo {
	background-position: center center;
}

.mcore-login #mcore-site-title {
	text-align: center;
	font-size: 35px;
}

.mcore-login #mcore-site-title a {
	text-decoration: none;
}

#login-page .form-error {
	color: red;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	
	background-color: #ffd3d3;
	padding: 4px;
	margin-bottom: 10px; 
}

#login-page input.has_error {
	background-color: #ffd3d3;
}

#login-page {
	width: 387px;
	margin: 0px auto 0px;
}

#login-page .box {
	border-radius: 5px;
	border: 1px solid #B4BAC3;
	/* display background of parent element outside of rounded corners */
	overflow: hidden;
}

#login-page .box > form {
	background-color: white;
	color: #3C4D5A;
	width: 100%;
}

#login-page .box-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#login-page #password_container {
	margin-top: 5px;
}

#login-page input {
	width: 350px;
}

#login-page #forgot_password {
	line-height: 2.5em;
}

#login-page label {
	font-weight: bold;
}

#login-page .box-head, #login-page .box-foot {
	color: #3C4D5A;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #E0E4EA;
}

#login-page .box-head {
	padding: 10px;
}

#login-page .box-foot {
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}




#ie-warning-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#ie-warning {
	background: #ff0000;
	color: #ffd6d6;
	font: 18px/25px Tahoma, sans-serif;
	border: 2px solid black;
	padding: 1em;
	margin: 100px auto 0 auto;
	width: 30em;
}
#ie-warning a:link,
#ie-warning a:visited {
	color: #fff;
	text-decoration: underline;
}
#ie-warning a:hover {
	text-decoration: none;
}
#ie-warning strong {
	font-weight: bold;
	color: #fff;
}
