@font-face {
    font-family: AlbulaBold;
    src: url('https://files.matfix.cz/img/matfix/fonts/albula/Serpentype_20-_20Albula_20Pro_20Bold.c55da823.otf');
    font-weight: bold;
}

@font-face {
    font-family: AlbulaRegular;
    src: url('https://files.matfix.cz/img/matfix/fonts/albula/Serpentype_20-_20Albula_20Pro_20Regular.cfb73e51.otf');
    font-weight: normal;
}

@font-face {
    font-family: AlbulaLight;
    src: url('https://files.matfix.cz/img/matfix/fonts/albula/Serpentype_20-_20Albula_20Pro_20Light.856a7c2a.otf');
    font-weight: light;
}

.loginpage {
    font-family: AlbulaRegular, sans-serif;
    padding-top: 15%;
}
.bg-login {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}
.logo-webfix {
    width: 160px;
    margin-bottom: 30px;
}
.admin_logo {
    width: 118px;
    margin-bottom: 60px;
}

.login-btn {
    background-color: transparent;
    border: 0;
    height: 45px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: lowercase;
    width: 100%;
    font-family: AlbulaBold, sans-serif;
    margin-top: 40px;
}

.login-input input {
    background-color: #4E4E4E;
    border: 2px solid #4E4E4E;
    border-radius: 0;
    height: 45px;
    color: white;
}
.login-input input:focus {
    background-color: transparent;
}
.login-input input::placeholder {
    color: white;
}
.text-light-gray {
    color: #c9c9c9;
}

