.home {
    display: flex;
}

.login {
    background-color: #fff;
}

/*Desktop*/
@media (min-width: 767px) {
    .homeImage {
        float: left;
        width: 60%;
        position: relative;
    }

        .homeImage > img {
            width: 100%;
            height: 100%;
        }

    .home {
        width: 100%;
    }

    .main {
        min-height: unset !important;
    }

    .login {
        padding-left: 3%;
        padding-top: 0.5%;
		padding-bottom: 1%;
    }

    .login {
        vertical-align: top !important;
        max-width: 25%;
    }
}
/*Mobile*/
@media (max-width: 767px) {
    /*.homeImage {
	width:100%;
	
	img {
		width: 100%;
	}
}*/

    .homeImage {
        width: 100%;
        position: relative;
    }

        .homeImage > img {
            width: 100%;
        }

    .home {
        flex-direction: column;
    }

    .login {
        /*margin: 0 50% 0 0;
	max-width:100%;*/
        padding: 5% 10%;
    }
}
/*General*/
/*.inputs {
		margin: 0 -1000px 0 0;
}*/

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
/*.form-control{
	width:15% !important;
}*/
.logo img {
    /*height: 20% !important;*/
}

footer {
    background-color: #0070C8 !important;
}

.top-menu {
    background-color: #0070C8 !important;
}

.centeredHomeText {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -35%);
}

    .centeredHomeText > h1,
    .centeredHomeText > h4,
    .centeredHomeText > h2 {
        color: white !important;
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        max-width: 700px;
    }
	.centeredHomeText > h2{
		font-size: 13px;
		font-weight: bold;
	}

.footer-logo > img {
    max-height: 130px;
}

.info > .column {
    width: 33%;
    display: block;
    vertical-align: baseline;
    padding-left: 2rem;
}

#site-footer {
    padding: 3rem 4.2rem 4.2rem;
    display: block;
}

    #site-footer > .top {
        display: flex;
        width: 100%;
        min-height: 9rem;
    }

        #site-footer > .top > .info {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 80%;
            min-height: 14.4rem;
            font-size: 1.28rem;
            line-height: 2.4rem;
        }

.column > p > a {
    text-decoration-line: underline;
}

.footercolumn > p > a {
    text-decoration-line: underline;
}
.also-visit-style {
            color: #FFFFFF;
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: 700;
	    	vertical-align: baseline;
            box-sizing: border-box;
            font-size: 1.28rem;
        }

@media (min-width: 800px) {
  .footercolumn {
    float: left;
    width: 25%;
    padding-left: 7rem;
  }
}

.storeimage > a > img {
    max-width: 100%;
    max-height: 100%;
}

.storeimage {
    height: 4rem;
    width: 10rem;
}

/*@media (min-width: 767px) {
  .info > .footercolumn {
   float: left;
  }
}*/

.SmarCookiesDownMessage {
	border-radius: 10px;
	margin:5px;
	padding:5px;
	background-color:#EFFFC2;
	color:#000000;
}

.loginLabel {
	font-family: Omnes;	
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
    color: #4A4A4A;
}