/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
    Created on : 30. 1. 2025, 19:28:39
    Author     : egrat
*/
body {
    font-family: "Open Sans" !important;
}
.login-overlay {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;

}
.ajax-loading{
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0px;
    left:0px;

    align-content: center;
    justify-content: center;
    z-index: 10001;
    background-color: rgba(100,100,100,0.5);
    justify-content: center;
    align-items: center;
    display: none;
}
.profile-photo {
    background-color: lightgrey;
    width: 70px;
    height: 70px;
    margin: auto;
}
.user-name,.user-email {
    font-family: Oswald;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;
        max-height: 100vh;

        background-size: cover;
        background-position: center;
        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    }
}
@media only screen and (max-width: 960px) {
    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;

        max-height: 100vh;

        background-size: cover;
        background-position: center;

        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    }
}
@media only screen and (min-width: 960px) {
    /*.login-logo {
    display: flex;
    height: 50px;
    background-image: url('../images/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-bottom: 20px;
    }
    .login-header{
    display: flex;
    justify-content: center;
    }
    .login-box {
    display: flex;
    max-width: 900px;
    max-height: 100vh;
    background-image: url('../images/background1.webp');
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(100vh / 2 - 200px);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    }
    .login-form {
    display: grid;
    align-content: center;
    min-height: 400px;
    width: 40%;
    max-width: 400px;

    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px 10px;

    }*/
    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;

        max-height: 100vh;

        background-size: cover;
        background-position: center;

        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    }
}
