@font-face {
    font-family: neo-medium;
    src: url('../../fonts/NeoSansStd-Medium.otf');
}
@font-face {
    font-family: neo-regular;
    src: url('../../fonts/neo-regular.otf');
}
.login-logo {
	font-weight: bold;
	font-size: 2.5rem;
	text-decoration: none !important;
	color: #3154a5;
	font-family: neo-regular;
}
.btn-login {
	font-family: neo-regular;
}