/*
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 : 20.11.2023, 16:24:15
    Author     : davidsedlacek
*/

body, html {
    font-size: 14px;
    background-image: linear-gradient(235deg, #565867, #191a25);
    background-size: cover;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/*.content {
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.layout-content {
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.input-wrapper i {
    position: absolute;
    color: #bdc3c9;
    top: 8px;
    right: 8px;
    font-size: 16px;
}

.input-wrapper input {
    padding-right: 22px;
}