/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/********************HGH Custom themes*******************/
/*
:root {
	--hgh-red: #BB1C39;
	--hgh-red-hover: #DF2B4C;
	--hgh-blue: #1C39BB;
	--hgh-blue-hover: #2B4CDF;
	--hgh-green: #39BB1C;
	--hgh-green-hover: #4CDF2B;
	
}
*/
:root {
	--hgh-red: #B22222;
	--hgh-red-hover: #E57373;
	--hgh-blue: #003366;
	--hgh-blue-hover: #004D99;
	--hgh-green: #4CAF50;
	--hgh-green-hover: #6EC071;
	
}


/********************Landing page*******************/
.main-contentlandingpage{
	width: 50%;/*on mpbile must 90% on desktop must 50%*/
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.company__info{
	background-color: #008080;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.fa-android{
	font-size:3em;
}
@media screen and (max-width: 640px) {
	.main-contentlandingpage{width: 90%;}
	.company__info{
		display: none;
	}
	.login_form{
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
	}
}
@media screen and (min-width: 642px) and (max-width:800px){
	.main-contentlandingpage{width: 70%;}
}
.row > h2{
	color:#008080;
}
.login_form{
	background-color: #fff;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
form{
	padding: 0 2em;
}
.form__input{
	width: 100%;
	border:0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em .5em .5em;
	padding-left: 2em;
	outline:none;
	margin:1.5em auto;
	transition: all .5s ease;
}
.form__input:focus{
	border-bottom-color: #008080;
	box-shadow: 0 0 5px rgba(0,80,80,.4); 
	border-radius: 4px;
}
.btnlp{
	transition: all .5s ease;
	width: 70%;
	border-radius: 30px;
	font-weight: 600;
	color:#008080;
	background-color: #fff;
	border: 1px solid #008080;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 6px 12px;
}
.btnlp:hover, .btn:focus{
	background-color: #008080;
	color:#fff;
}

/********************/