.login-page .login-area div.login-content {
    margin: 15vh auto;
}

.row.top-area {
    display: none;
}

.col-md-4.left-area {
    display: none;
}

.row.bottom-area {
    display: none;
}

.col-md-4.login-area {
    width: 50%;
}

@media only screen and (max-width: 992px) {
    div.col-md-4.login-area {
        width: 100%;
    }
}

/* fond dégradé */
.col-md-4.right-area {
    position: fixed;
    width: 50%;
    height: 169%;
    left: 50%;
    top: 0px;
    background: linear-gradient(90.42deg, #0191CD 0.37%, #005F99 99.65%);
}

.text-center-div {
	position: absolute;
	top: 15%;
	width: 55%;
	left: 12%;
}

/* Votre interface de gestion fait peau neuve ! */
.text-center-1 {
	height: 30px;
	padding-bottom: 2em;

	/* Titres/h2 - light, 24px */

	font-family: Roboto, Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	/* identical to box height, or 125% */


	/* Couleurs / charte / blanc */

	color: #FFFFFF;
}

/* Le 28 avril, la Console HiPay deviendra votre interface par défaut. */
.text-center-2 {
	height: 60px;
	padding-bottom: 4em;

	/* Titres/h2 - bold, 24px */
	font-family: Roboto, Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	/* or 125% */


	/* Couleurs / charte / blanc */
	color: #FFFFFF;
}

/* Un outil plus complet, plus fonctionnel, plus rapide  et plus intelligent pour mieux vous servir ! */
.text-center-3 {
	height: 48px;

	/* Titres/h4 - bold, 18px */
	font-family: Roboto, Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */


	/* Couleurs / charte / blanc */
	color: #FFFFFF;
	margin-bottom: 40px;
}

/* Dès aujourd’hui, découvrez la Console HiPay en cliquant  sur le bouton CONSOLE en haut de votre écran une fois connecté. */
.text-bottom {
	position: absolute;
	width: 55%;
	height: 40px;
	left: 12%;
	bottom: 43%;

	/* Textes / moyen - light */
	font-family: Roboto, Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	/* or 133% */


	/* Couleurs / charte / blanc */
	color: #FFFFFF;
}
