

*{
font-family: 'inter';
}

body{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./imgs/vgb6.jpg);
    background-size: cover;

}

main{
    display: flex;
    justify-content: center;
    margin-top: 10%;
    border: 2px solid rgba(114, 114, 114, 0.507);
    width: 30rem;
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    height: 23em;
    box-shadow: 
    -11px -11px 21px -12px rgba(255, 255, 255, 1),  /* Jasny cień w górnym lewym */
    11px 11px 21px -12px rgba(171, 171, 171, 1);
}

p{
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    font-size: large;
}

a{
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    font-size: large;
    
}

input[type="submit"]{
    margin-top: 15px;
    width: 15rem;
    height: 2.5rem;
    border: 1px solid rgba(114, 114, 114, 0.507);
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    color: black;
    background-color: rgba(255, 255, 255, 0.39);
    margin-bottom: 30px;
}

input[type="submit"]:hover{
    margin-top: 15px;
    width: 15rem;
    height: 2.5rem;
    border: 1px solid rgba(114, 114, 114, 0.507);
    cursor: pointer;
    background-color:  rgba(0, 0, 0, 0.349);
    color: rgb(255, 255, 255);
    border-radius: 7px;
    border-radius: 10px;

}

input[type="text"]{
    border-radius: 30px;
    padding: 7px;
    border: 1px solid rgba(114, 114, 114, 0.507);
    font-size: medium;
    width: 14rem;
    transition: 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 0.39);
    padding-left: 10px;

}

input[type="text"]:focus{
    border-radius: 20px;
    padding: 7px;
    border: 1px solid rgba(114, 114, 114, 0.507);
    padding-left: 10px;
}

input[type="text"]::placeholder{
    border-radius: 7px;
    padding: 7px;
    border: 1px solid rgba(114, 114, 114, 0.507);
    color: rgba(151, 151, 151, 0.534);
    padding-left: 15px;
    padding-left: 10px;
}

input[type="text"]:hover{
    border-radius: 10px;
    padding: 7px;
    border: 1px solid rgba(114, 114, 114, 0.507);
    color: rgb(0, 0, 0);
    width: 14rem;
    background-color: rgba(94, 94, 94, 0.192) ;
    padding-left: 10px;
    
}

h1{
    text-align: center;
    background: linear-gradient(90deg, rgba(121,9,101,1) 44%, rgba(78,0,112,1) 55%, rgba(139,0,255,1) 71%);
    -webkit-background-clip: text;
    color: transparent;
    
}

form{
    justify-content: center;
    align-items: center;
}

section{
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14em;
    height: 40px;


}



div{
    height: 35px;
    width: 6px;
    border: 1px solid rgb(67, 0, 112);
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    background-color: rgb(99, 0, 165);
    position: relative;

}

div:nth-child(1){
    height: 20px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(2){
    height: 28px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(3){
    height: 24px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}
div:nth-child(4){
    height: 35px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(5){
    height: 30px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(6){
    height: 25px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(7){
    height: 33px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

div:nth-child(8){
    height: 23px;
    width: 6px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}

section:hover div:nth-child(1){
    height: 25px;
}

section:hover div:nth-child(2){
    height: 22px;
}
section:hover div:nth-child(3){
    height: 35px;
}
section:hover div:nth-child(4){
    height: 29px;
}
section:hover div:nth-child(5){
    height: 25px;
}
section:hover div:nth-child(6){
    height: 35px;
}
section:hover div:nth-child(7){
    height: 27px;
}
section:hover div:nth-child(8){
    height: 30px;
}

article{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2px;
}

input::placeholder {
    border: none; /* Usunięcie obramowania z placeholdera */
}

input:focus::placeholder {
    color: transparent; /* Ukrycie placeholdera, gdy pole jest w focusie */
}