/*Custom CSS here*/


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.bg-image{
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.loginhome .btn-primary{
	background-color: #ED1B24;
	border-color: #ED1B24;
	border-radius: 50px;
	box-shadow:1px 1px 2px 0px #656262;
}

.loginhome .btn-primary:hover {
	background-color: #d8171e;
	border-color: #d8171e;
}

.loginhome .btn-primary:active, .loginhome .btn-primary:focus, .loginhome .btn-primary:active:focus  {
	background-color: #d8171e!important;
	border-color: #d8171e!important;
	box-shadow: 1px 1px 1px 0px #656262!important;
	transform: translateY(1px);
}
.loginhome .input-group-lg > .input-group-prepend > .input-group-text{
	border-radius: 50px 0 0 50px;
}
.loginhome .input-group > .form-control:not(:first-child){
	border-radius: 0 50px 50px 0;
}
.loginhome #login-form { 
    max-width: 380px;
}
.loginhome .input-group-text {
	color: #000;
  	border-color: #f9f9f9;
    background-color: #F9F9F9;
}
.loginhome .form-group {
    margin-bottom: 20px;
}
.loginhome .form-control{
	color: #000;
  	border-color: #f9f9f9;
    background-color: #F9F9F9;
}
.loginhome .input-group-lg > .form-control{
	font-size: 14px;
}
.loginhome .mhemail{
	top: 20vh;
	position: relative;
	text-align: left;
	max-width: 380px;
	margin: 20px auto;
	font-size: 24px;
}
.loginhome #login-footer {

    display: none!important;
}

.bg-image .parent {
  margin: auto;
  display: flex;
  height: 100%;
  width: 80%;
}

.bg-image .child {
  margin: auto;  /* Magic! */
  max-width: 100%;
  max-height: 100%;
}
.mh-footer {
    width: 100%;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    font-size: 14px;
}
.mh-footer:before {
    display: inline-block;
    content: "";
    border-top: 1px solid black;
    width: 36%;
    margin: 0px 1rem;
    transform: translateY(-4px);
}
.mh-footer a{
	color: #000!important;
}
.mh-footer a:hover{
	color: #ED1B24!important;
	text-decoration: none!important;
}

/* Responsive layout */

@media screen and (min-width: 768px) {
	
	#layout-menu .popover-header {
	    background-color: #f4f4f4 !important;
	    border-right: 1px solid #d2d2d2;
	}
}

@media screen and (max-width: 768px) {
	.column {
		width: 100%;
	}
	.loginhome #login-form { 
		max-width: 320px;
	}
	.loginhome .mhemail{
		
		max-width: 320px;
	}
	.task-login #logo{
		top:10vh;
	}
	.loginhome .mhemail{
		top: 15vh;
	}
	.loginhome #login-form {
 	   margin: 0 auto;
 	   top: 15vh;
	}
	.mh-footer::before {
	    width: 47%;
	}

	.bg-image{
		background-image: none;
	}
	.bg-image .parent {
	    width: 50%;
	}
	html.layout-small .popover-header, html.layout-phone .popover-header{
		background-color: #b9b9b9;
	}
	html.layout-phone #layout-menu .popover-header img {
	    width: 60%;
	}
}
