/*
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 : 12.08.2021, 09:14:16
    Author     : Zumpf Alexander
*/
.float-label{
    display:block;
    position:relative
}
.float-label>label{
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 1.3em;
    top: 50%;
    margin-top: -.5em;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    color: #4a4a4a;
    line-height: 1;
    letter-spacing: 1px;
}
.float-label>textarea ~ label{
    top: 1.2em
}
.float-label>input:focus ~ label,
.float-label>input.ui-state-filled ~ label,
.float-label>textarea:focus ~ label,
.float-label>textarea.ui-state-filled ~ label,
.float-label>.ui-inputwrapper-focus ~ label,
.float-label>.ui-inputwrapper-filled ~ label,
.float-label>input:-webkit-autofill ~ label,
.float-label>textarea:-webkit-autofill ~ label{
    top: -.75em;
    font-size: 12px;
}

.custombox{
    margin-top: 20vh;
    position: relative;

    display: inline-block;

    height: 425px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.6);
    width: 700px;
    border-radius: 10px;
}

.logocontainer{
    float: left;

    text-align: center;
    /*align-content: center;*/
    justify-content: center;
    width: 40%;
    height: 100%;
    position: absolute;
}

.logocontainer #PageLogo{
    padding-top: 10%;
    width: 80%;
    height: 50%;
    filter: none;
}

.logocontainer .firmtext{
    position: absolute;
    bottom: 5%;
    left: 25%;
    color: #4a4a4a;
    margin-bottom: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.logocontainer .webappname{
    position: absolute;
    bottom: 12%;
    left: 25%;
    color: #4a4a4a;
    font-size: 45px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.container{
    float: right;
    width: 380px;
    min-width: 380px;
    height: 100%;

    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
    .custombox{
        display: block;
        width: 380px;
        height: 100%;
    }
    .logocontainer{
        display: none;
    }
    .container {
        float: none;
        margin-top: 0%;
    }
}

.form{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.form h2{
    display: inline-block;
    position: relative;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.form h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    min-width: 120px;
    height: 4px;
    background: #4a4a4a;
    transition:.5s;
}
.form h2:hover::before{
    width: 120%;
}
.form .inputBox{
    width: 100%;
    margin-top: 20px;
}
.form .inputBox input{
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: 1px;
    color: #4a4a4a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.form .inputBox input::placeholder{
    color: #4a4a4a;
}
.form .inputBox {
    text-align: center;
}
.form .inputBox input[type="submit"], .form .inputBox input[type="button"]{
    background: #fff;
    color: #4a4a4a;
    /*max-width: 150px;*/
    max-width: 200px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: 600;
    transition: 0.5s;
}
.form .inputBox input[type="submit"]:hover, .form .inputBox input[type="button"]:hover{
    background: #4a4a4a;
    color: #fff;
    font-size: 18px;
}
.forget{
    text-align: center;
}
.forget a{
    margin-top: 5px;
    color: #4a4a4a;
    font-weight: 600;
    text-decoration: none;
}

.password{

}
.password + .unmask {
    position: absolute;
    right: 5%;
    top: 16%;
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50%;
    cursor:pointer;
    border: none;
    font-family:'fontawesome';
    font-size:14px;
    line-height:24px;
    -webkit-appearance:none;
    outline:none
}
.password + .unmask:before {
    content: "\f06e";
    position:absolute;
    top:0;
    left:0;
    width: 25px;
    height: 25px;
    background: rgba(205,205,205,0.2);
    z-index:1;
    color:#aaa;
    border:2px solid;
    border-radius: 50%;
}
.password[type="text"] + .unmask:before {
    content:"\f070";
    background: rgba(105,205,255,0.2);
    color:#06a
}
