@font-face{
    font-family: 'Saol Standard Light Italic';
    src: 
        url('/static/fonts/SaolStandard-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.background {
	background-image:
	url('/static/img/background-login.png');
	/*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;
}

.dashboard-iframe {
	width: 100%;
	height: 100%;
}

.nav-pills .nav-link, #dashboradTab, #dashboradTab a:hover {
	color: #9B9B9B;
}

.nav-link:hover {
	border: 1px solid #FFF;
}

.title{
    position: relative;
    text-align: center;
    font-size: xx-large;
    margin-top: 2%;
    font-family: 'Open Sans', sans-serif;
}

.dashboard{
	position: relative;
	text-align: center;
}

.form-check {
    margin-bottom: 1.25rem !important;
}

button {
    border-radius: 10px !important;
}

#table-verify-file {
    border: none !important;
    text-align: center !important;
}

#table-verify-file thead tr {
    text-align: center !important;
    font-weight: 700 !important;
}

.page-link {
    color: aliceblue !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;
	}
}

@media (max-width: 1440px) {
	.iframe-dashboard {
		width: 1000px !important;
	}
}

@media (max-width: 900px) {
	.iframe-dashboard {
		height: 400px !important;
	}
}