﻿/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px !important;
}


body {
    font-family: "Lato", sans-serif;
    /*background-image: linear-gradient(90deg, #a2a6aa 0%, #EEF2F7 100%);*/
    backdrop-filter: blur(6px) contrast(0.5) !important;
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #323135;
    /*background-image: linear-gradient(90deg, #323135 40%, #adaebc 99%, transparent 80%);*/
    overflow-x: hidden;
    padding-top: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: inset 0 0 16px black;
}

.main {
    padding: 0px 10px;
}

#mainContent {
    /*border: dashed 1px yellowgreen;*/
    padding: 10px;
    padding-top: 0px !important;
    /*margin-left: 5vw;*/
    /*max-width: 1200px;*/
}

#LoginContent {
    /*background-color: #e1e5ea9e;*/
    padding: 1rem;
    /*border: solid var(--primary-color) 1px;*/
    border-radius: 8px;
    /*box-shadow: inset 0 0 6px gray;*/
    margin-top: 4vw;
}

.form-control {
    filter: drop-shadow(4px 4px 8px #323135);
    transition: 0.4s;
}

    .form-control:focus {
        filter: drop-shadow(2px 2px 2px #323135);
        border-color: #587993;
    }


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        padding-top: 12vh;
        margin-left: 40%;
    }

    .alert {
        margin-left: 40%;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .login-form {
        margin-top: 80%;
    }

    .register-form {
        margin-top: 20%;
    }
}

#loginTitle {
    margin-top: 1vw !important;
    color: #ddd;
    font-weight: 800;
    filter: drop-shadow(1px 1px 2px black);
}

.user-name-text {
    color: #d5d5d5;
    filter: drop-shadow(1px 1px 2px #050505);
    font-weight: 600;
}

.form-label {
    filter: drop-shadow(1px 1px 1px gray);
    font-weight: 600;
}

.login-main-text {
    margin-top: 20%;
    padding-top: 10% !important;
    padding: 60px;
    color: #cccccc;
}

    .login-main-text h2 {
        font-weight: 300;
    }


#login-logo {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding-top: 20%;
}

.RFIDCORE-logo {
    margin-top: 5vh;
}

.btn-black {
    background-color: #393939 !important;
    color: #cccccc;
}
