@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/jpg/illustrations/background-login.jpg');
	background-size: cover;
}

.wm-bio-col {
	width: 50% !important;
}

.wm-bio-title {
	padding-top: 35% !important;
}

.wm-bio-title-img {
	height: 85px !important;
}

.wm-bio-title-img img {
	/* height: inherit; */
	height: 60px;
}

.wm-bio-subtitle-2 {
	color: #eb9674 !important;
    font-family: 'Saol Standard Light Italic';
}

.wm-bio-login-form {
	padding-top: 0% !important;
}

@media ( min-width : 1800px) {
	.wm-bio-login-form {
		padding-top: 0% !important;
	}
	.wm-bio-title {
		padding-top: 40% !important;
	}
}

@media ( max-width : 768px) {
	.wm-bio-col {
		width: 100% !important;
	}
	.wm-bio-title {
		padding-top: 0% !important;
	}
	.wm-bio-title-img {
		height: 60px !important;
	}
	.wm-bio-login-form {
		padding-top: 10% !important;
		padding-bottom: 0px !important;
	}
}

.btn.btn-primary {
    color: #fff;
    border-color: #ff3901!important;
    background-color: #ff3901 !important;
    width: 100%;
}

.btn.btn-primary:hover {
    color: #ff3901 !important;
    border-color: #ff3901 !important;
    background-color: #fff !important;
}

.form-control.form-control-solid {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.dropdown.show>.form-control.form-control-solid, .form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
    background-color: #939393 !important;
    border-color: #939393 !important;
    color: #ffffff !important;
    transition: color .2s ease,background-color .2s ease;
}
.text-primary {
    color: #939393 !important;
}
.text-primary:hover {
    color: #ffffff !important;
}