.Prihlaseni {
    border: 1px solid black;
    top: 25%;
    left: 25%;
    position: relative;
    max-width: 50%;
    height: 50%;
    background-repeat: space;
    background-color: #3399cc4d;
    border-radius: 1em;
    padding: 1em;
    box-shadow: gray 10px 10px 5px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 95%;
    height: 2em;
    margin: auto;
    border-radius: 0.5em;
    margin-top: 1em;
}

input[type="submit"],
#btnForgotPassword {
    width: fit-content;
    font-size: 1.25em;
    height: 2em;
    border-radius: 0.5em;
    margin-top: 1em;
}

.FrgtnPass {
    margin: 10px 0px;
    text-align: right;
    font-size: 0.5em;
}

label {
    font-size: 1.25em;
    xcolor: white;
}

@media screen and (max-width: 600px) {
    .Prihlaseni {

        box-shadow: none;

        max-width: 100%;
        height: auto;
        top: 0%;
        left: 0%;
        padding: 1em;
    }
}