/*----------------------------------------------------
/* CLIENT POSTING SYSTEM ADMIN - MAIN CSS
/* ----------------------------------------------------*/
html,
body {
	font-family: "Gotham A", "Gotham B", "Montserrat", sans-serif;
	font-style: normal;
	color: #43647f;
	margin: 0;
	padding: 0;
	min-width: 960px;
	text-decoration: none;
	background-color: #e8eaef;
}

a {
	color: #43647f;
	text-decoration: none;
}

a:visited {
	color: #43647f;
	text-decoration: none;
}

a:hover {
	color: #43647f;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	width: 83%;
	height: 50px;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #8f949f;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(189, 193, 206, 1);
}

input:focus {
	outline: none;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b0b4bc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #b0b4bc;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #b0b4bc;
}

.btn--blue {
	position: relative;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #4c637c;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 2px 2px rgba(189, 193, 206, 1);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.btn--blue:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.btn--gray {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	background-color: #909aa1;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 2px 2px rgba(189, 193, 206, 1);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.btn--gray:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.login-btn--blue {
	position: relative;
	display: inline-block;
	height: 60px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #4c637c;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 2px 2px rgba(189, 193, 206, 1);
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.login-btn--blue:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.footer {
	margin-bottom: 50px;
}

.error-container {
	position: absolute;
	margin: auto;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 220px;
	text-align: center;
}

.error-msg {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}
