/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 мая 2022 г., 11:27:56
    Author     : dstorchak
*/

/* Header */
html,
body {
    min-height: 100vh;
    height: auto;
    /*    background-image: url(/images/1/2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
}


body {
    display: flex;
    align-items: center;
    background-color: var(--bs-body-bg);
}

.form-signin {
    max-width: 450px;
    padding: 15px 25px;
    background: var(--bs-body-bg);
    border-radius: 10px;
    overflow: hidden;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}


.form-signin .form-control {
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 10px 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.form-signin .site-error {
    box-shadow: none !important;
    padding: 0 !important;
}

@media (min-width: 480px) {
    body {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    [data-bs-theme=light] body {
        background: linear-gradient(192deg, #6a4ee1 0%, #05bdd7 100%) !important;
    }

    [data-bs-theme=dark] body {
        background: linear-gradient(192deg, #6a4ee1 0%, #182B3A 100%) !important;
    }
}