﻿* {
    font-family: 'Lucida Console';
}

.admin-login-background {
    width: 100vw;
    height: 100vh;
    background-image: url(/images/Cover.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#btn {
    background-color: #eab676;
}

.logo-login {
    width: 25%;
}
