/*!
 * BraveCRM Homepage Styles
 * Developed by Ivan Melgrati
 * https://imelgrat.me
 */
html {
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}
html, body {
	background-color: #fff;
	/* background-image: url("images/login-desktop-background.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.page-container {
	min-height: 100%;
	padding-bottom: 30px;
	height: inherit;
}
.home-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
}
.home-header .brave-logo {
	display: inline-block;
	font-family: 'bravecrmregular';
	font-size: 40px;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 15px;
}
.header-brave-logo a, .header-brave-logo a:hover, .header-brave-logo a:focus, .header-brave-logo a:active {
	color: #ee1100;
	text-decoration: none;
}
.home-header .brave-name {
	display: inline-block;
	font-family: "OpenSans-Light",'frutigerlight';
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 65px;
	color: #000;
}
.header-shire-logo .letter {
	display: inline;
	font-family: 'bravecrmregular';
	color: #000;
	font-size: 25px;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 65px;
}
.main-content {
	padding-top: 150px;
}
.main-content .brave-logo-mobile {
	display: none;
}
.main-content .brave-logo {
	text-align: center;
}
.main-content .brave-logo img {
	width: 340px;
}
.main-content .intro-text {
	font-family: 'frutigerlight';
	color: #000;
	font-size: 55px;
	padding-left: 85px;
	line-height: 1;
}
.main-content .intro-text .bolder {
	font-family: 'frutigerbold';
}
.main-content .login-form {
	padding-left: 85px;
	margin-top: 50px;
}
.main-content .login-form {
	width: 100%;
	min-width: 380px;
}
.main-content input.login-field {
	/* background-color: rgba(12,102,193,0.50); */
	color: #000;
	border: 1px solid #000;
	font-family: "OpenSans","arial_mtregular";
	font-size: 17px;
	line-height: 1;
	padding: 20px 30px;
	margin-bottom: 15px;
	min-width: 100%;
	border-radius: 10px;
}
.main-content input:-webkit-autofill {
 background-color: rgba(15,114,215,0.2) !important;
 -webkit-appearance: none;
 -webkit-transition-delay: 99999s;
}
.main-content .input-container, .main-content .button-container {
	max-width: 650px;
}
.alert-container {
	max-width: 650px;
}
.alert-container.password-recovery {
	margin-top: 40px;
}
.main-content .button-container {
	text-align: right;
	position: relative;
}
.main-content .login-button {
	background-color: #ee1100;
	color: #fff;
	font-family: "OpenSans","arial_mtregular";
	font-size: 17px;
	line-height: 1;
	padding: 20px 50px;
	margin-bottom: 15px;
	border-radius: 10px;
	border: none;
	display: inline-block;
	/* position: absolute; */
	/* right: 0; 
	float: right;*/
}
.home-footer {
	background-color: #ee1100;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 20px 8px 20px;
	box-sizing: border-box;
}
.home-footer .letter {
	display: none;
}

@media (max-width: 1200px) {
.main-content .intro-text {
	font-size: 38px;
	padding-left: 40px;
}
.main-content .login-form {
	padding-left: 40px;
	margin-top: 50px;
}
.main-content .brave-logo img {
	width: 280px;
}
}

@media (max-width: 1024px) {
html, body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.main-content .brave-logo img {
	width: 200px;
}
}

@media (max-width: 767px) {
html, body {
	overflow: auto;
}
.home-header .brave-logo {
	display: inline-block;
	font-family: 'bravecrmregular';
	font-size: 32px;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 5px;
}
.home-header .brave-name {
	display: inline-block;
	font-family: "OpenSans-Light";
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: 50px;
}
.home-header .header-shire-logo {
	display: none;
}
.main-content {
	padding-top: 65px;
}
.main-content .intro-text {
	font-family: "OpenSans-Light";
	color: #000000;
	padding-left: 0;
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	line-height: 1.1em;
}
.alert-container {
	text-align: center;
	max-width: unset;
}
.main-content .brave-logo-mobile {
	display: block;
	text-align: center;
}
.main-content .brave-logo-mobile img {
	width: 165px;
}
.main-content .login-form {
	padding-left: 0;
	margin-top: 35px;
}
.main-content .input-container, .main-content .button-container {
	max-width: 100%;
}
.main-content input.login-field {
	min-width: 330px;
}
.main-content .button-container {
	margin-top: 30px;
	text-align: center;
}
.main-content .login-button {
	position: relative;
	/* right: 0; */
	float: none;
}
.home-footer {
	text-align: right;
	line-height: 1;
}
.home-footer .letter {
	display: inline;
	font-family: 'bravecrmregular';
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
}
}

@media (max-width: 480px) {
.main-content .login-form {
	width: 100%;
	min-width: 0;
}
.main-content input.login-field {
	min-width: 0;
}
}
