@font-face{
    font-family: 'Saol Standard Light Italic';
    src: 
        url('../../fonts/SaolStandard-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.background {
	background-image:
		url('../../media/png/illustrations/background-login.png');
	background-size: cover;
}

.gw-bio-welcome{
    font-family: 'Saol Standard Light Italic';	
    font-weight: 500!important;
}

.gw-bio-col {
	width: 50% !important;
}

.gw-bio-title {
	padding-top: 35% !important;
}

.gw-bio-title-img {
	height: 400px !important;
}

.gw-bio-title-img img {
	height: inherit;
}

.gw-bio-subtitle-2 {
	color: #4a5369 !important;
    font-family: 'Saol Standard Light Italic';
}

.gw-bio-login-form {
	padding-top: 0% !important;
}

@media ( min-width : 1800px) {
	.gw-bio-login-form {
		padding-top: 0% !important;
	}
	.gw-bio-title {
		padding-top: 30% !important;
	}
}

@media ( max-width : 768px) {
	.gw-bio-col {
		width: 100% !important;
	}
	.gw-bio-title {
		padding-top: 0% !important;
	}
	.gw-bio-title-img {
		height: 250px !important;
	}
	.gw-bio-login-form {
		padding-top: 10% !important;
		padding-bottom: 0px !important;
	}
}