@font-face {
    font-family: Neon-medium;
    src: url('fonts/NeoSansStd-Medium.otf') format('truetype');
}

@font-face {
    font-family: Neon-bold;
    src: url('fonts/NeoSansStd-Bold.otf') format('truetype');
}

@font-face {
    font-family: Neon-light;
    src: url('fonts/NeoSansLight.ttf') format('truetype');
}

@font-face {
    font-family: Neon-regular;
    src: url('fonts/NeoSansStd-Regular.otf') format('truetype');
}

.login-app {
    background-image: url(Background_Login_2.jpeg);
}