body{
    background-color: rgba(151, 169, 248, 0.329);
}

/* ************************************************************ */
/* ZONA  HEADER*/
/* ************************************************************ */

#comunicAT{
    display: flex;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    padding: 20px;
    margin: 25px;
    border-radius: 7px;
    display: none !important;
}

/* ************************************************************ */
/* pagina  CONECTARE**/
/* ************************************************************ */
#divConectare{
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    align-items: center;
    justify-content: center;
}

#divConectare input{
    padding: 7px;
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: blue;
    border-radius: 6px;
    /* margin-top: 25px; */
}

#divConectare img{
    max-width: 95%;
}
button{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 0 32px;
    border-radius: 6px;
    color: #fff;
    height: 48px;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease,transform 0.15s ease;   
}

button:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
    transform: translateY(-2px);
}
button:active{
    box-shadow: inset 0px 3px 7px #3c4fe0;
    transform: translateY(2px);
}

.ascuns{
    display: none !important;
}