﻿@font-face {
    font-family: 'Orbitron';
    src: url('./fonts/Orbitron-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    font-family: "Lato";
    color: #fff;
    background-color: #F5F4FA;
}

h1 {
    font-weight: 600;
    font-size: 3.5rem;
}

.login-panel {
    position: relative;
    background-color: #2F3136;
    padding: 25px 35px;
    border-radius: 0;
    box-shadow: 4px 4px 0 0 #949494, 8px 8px 0 0 #2F3136;
    width: auto;
    margin: 0 auto;
}

    .login-panel .social {
        position: absolute;
        bottom: 13px;
        right: 15px;
    }

        .login-panel .social a {
            margin-left: 5px;
        }

            .login-panel .social a img {
                filter: invert(0.9);
                width: 24px;
                height: auto;
            }

            .login-panel .social a:hover img {
                filter: invert(0.9) contrast(0.5);
            }

@media only screen and (min-width: 768px) {
    .login-panel {
        max-width: 500px;
    }
}


.company-logo {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 250px;
    filter: invert(1);
    z-index: 2;
}

.login-image {
    margin-top: 95px;
    width: 95%;
}

.form-control {
    line-height: 2;
}

.bg-custom {
    background-color: #202225;
}

.btn-custom {
    background-color: #dd9219;
    color: #fff;
    border-radius: 3px;
}

    .btn-custom:hover {
        background-color: #aa6a04;
        color: #fff;
    }

form-floating label {
    color: #fff;
}

.form-check-label {
    color: #fff;
}

.form-control {
    border: 1px solid #181818;
    border-radius: 3px;
    background-color: #202225;
    color: white;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
}

.form-check-input:checked {
    background-color: #dd9219;
    border: #aa6a04;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgb(221 146 25 / 50%);
    background-color: inherit;
    border-color: #202225;
    color: inherit;
}


a,
a:hover {
    color: #fff;
    text-decoration: none;
}

    a,
    a:hover {
        text-decoration: none;
    }

p a {
    color: #dd9219;
}

    p a:hover {
        color: #aa6a04;
    }

.orb {
    font-family: 'Orbitron', "Lato";
    font-weight: 400;
}

@media(max-width: 932px) {
    .display-none {
        display: none !important;
    }
}

.poweredby {
    font-family: 'Orbitron', "Lato";
    color: #F5F4FA;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
}
