:root {
    --var-bgcolor: #fff;
    --var-fontcolor: rgb(0, 0, 0);
    --bgColor: white;
    --thbg:rgb(0, 0, 0);
  }
  
  [dark] {
    --var-bgcolor: #333;
    --var-fontcolor: rgb(255, 255, 255);
    --bgColor: #333;
    --thbg:white;
  }


body{
    background-color: var(--var-bgcolor);
    background-size: 148%;
}

.fh{
    color: rgb(235, 236, 236);
    background-color:  rgb(0, 0, 0);
    font-family: 'verdana';
    font: weight 10;
    padding: 15px 15px;
    font-size: 30px;
}
button#jk{
    color: rgb(255, 255, 255);
    background-color:inherit;
    font-family: 'verdana';
    font: weight 5;
    padding: 5px 5px;
    font-size: 30px;
    border:0;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid black;
    margin: 0 auto;
    display: block;
}
h1{
    color:var(--var-fontcolor);
    font-size: 3em;
    font-family: 'verdana';
    text-align: center;
}
form#forma{
    margin: 0 auto;
}
.kl{
    display: flex;
    flex-direction:row;
    justify-content:center;
    margin-block: 1em;
}



img.kop{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:200px;
    height:200px;
}


/* Rectangle 1 */

.ghgf{
display: block;
width: 1764px;
height: 322px;
top: 379px;
margin: 0 auto;

background: #000000;
border-radius: 4px;
}

/* Welcome to famrop discussions */

.ghgg{
text-align: center;
top: 379px;

font-family: 'Noto Nastaliq Urdu';
font-style: normal;
font-weight: 400;

color: #000000;

mix-blend-mode: hard-light;
filter: blur(2px);
}

nav{
background-color: var(--bgcolor);
height: 80px;
display: flex;
justify-content: space-between;
margin-top: 0;
padding-left: 16px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}

nav ul {
    display: flex;
    list-style: none;
}

    ul {
        display: block;
        list-style-type:disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start:3px;
    }


    nav ul li {
        margin-right: 20px;
        font-size: 2em;
        font-weight:bold ;
        font-style: verdana;
    }
    .lock2{
        text-decoration-line:none;
        font-style: verdana;
    }

    header {
        display: block;
    }
    nav{
        margin: 0 auto;
    }
    nav ul{
        display: flex;
        list-style: none;
    }
    img.lock2{
        width:100px;
        height:100px;
    }

    .hhhh{
        display: inline-block;
        min-width: 33%;
    }
    li{
        font-family: 'verdana';
    }


.bin{
    background-color: black;
}




/*начало темы*/

.cccc{
background-color: var(--thbg);
margin: 9px;
height: 5px;
border-radius: 5px;
}

/*конец темы*/








    :root {
        --bgColor: white;
        --inputColor: black;
        --outlineColor: dodgerblue;
        --beamColor: yellow;
        --spacer: 1rem;
   }
    * {
        box-sizing: border-box;
   }
    body{
        height: 100%;
   }
    .jj {
        display: grid;
        place-items: center;
        background: var(--bgColor);
        }
    body.show-password {
        --bgColor: black;
        --inputColor: white;
        --outlineColor: var(--beamColor);
   }
    form {
        transform: translate3d(0, 0, 0);
        padding: var(--spacer);
   }
    form > * + * {
        margin-top: var(--spacer);
   }
    .form-item > * + * {
        margin-top: 0.5rem;
   }
    label, input, button {
        font-size: 1.0rem;
        font-family: monospace;
        color: var(--inputColor);
   }
    label:focus, input:focus, button:focus {
        outline: 3px solid var(--outlineColor);
        outline-offset: 2px;
   }
    label::-moz-focus-inner, input::-moz-focus-inner, button::-moz-focus-inner {
        border: none;
   }
    label[id="password"], input[id="password"], button[id="password"] {
        color: black;
   }
    button {
        border: none;
   }
    [id="submit"] {
        cursor: pointer;
        margin: calc(var(--spacer) * 2) 0 0 2px;
        padding: 0.75rem 1.25rem;
        color: var(--bgColor);
        background-color: var(--inputColor);
        box-shadow: 4px 4px 0 rgba(30, 144, 255, 0.2);
   }
    [id="submit"]:active {
        transform: translateY(1px);
   }
    .input-wrapper {
        position: relative;
   }
    input {
        padding: 0.75rem 4rem 0.75rem 0.75rem;
        width: 100%;
        border: 2px solid transparent;
        border-radius: 5px;
        background-color: transparent;
        box-shadow: inset 0 0 0 2px black, inset 6px 6px 0 rgba(255, 255, 255, 0.2), 3px 3px 0 rgba(255, 255, 255, 0.2);
        -webkit-appearance: none;
   }
    input:focus {
        outline-offset: 1px;
   }
    .show-password input {
        box-shadow: inset 0 0 0 2px black;
        border: 2px dashed white;
   }
    .show-password input:focus {
        outline: none;
        border-color: var(--beamColor);
   }
    [id="eyeball"] {
        --size: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
        position: absolute;
        top: 50%;
        right: 0.75rem;
        border: none;
        background-color: transparent;
        transform: translateY(-50%);
   }
    [id="eyeball"]:active {
        transform: translateY(calc(-50% + 1px));
   }
    .eye {
        width: var(--size);
        height: var(--size);
        border: 2px solid var(--inputColor);
        border-radius: calc(var(--size) / 1.5) 0;
        transform: rotate(45deg);
   }
    .eye:before, .eye:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 100%;
   }
    .eye:before {
        width: 35%;
        height: 35%;
        background-color: var(--inputColor);
   }
    .eye:after {
        width: 65%;
        height: 65%;
        border: 2px solid var(--inputColor);
        border-radius: 100%;
   }
    [id="beam"] {
        position: absolute;
        top: 50%;
        right: 1.75rem;
        clip-path: polygon(100% 50%, 100% 50%, 0 0, 0 100%);
        width: 100vw;
        height: 25vw;
        z-index: 1;
        mix-blend-mode: multiply;
        transition: transform 200ms ease-out;
        transform-origin: 100% 50%;
        transform: translateY(-50%) rotate(var(--beamDegrees, 0));
        pointer-events: none;
   }
    .show-password [id="beam"] {
        background: var(--beamColor);
   }




   /* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 90px; /* Stay at the top */
    left: 0;
    background-color: rgb(255, 255, 255); /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: #000000;
    border-radius: 5px;
    margin-block-start: 1em;
    padding-inline-start:3px;
    margin-block-end: 1em;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
    display: block;
    font-family: verdana;
    font-weight: bold;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #554e4e;
}

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */



.step1{
    margin: 0 auto;
    width: 230px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}







   @media (max-width: 750px) {
    nav ul li {
        font-size: 1em;
        margin-right: 5px;
        font-weight:bold ;
        font-style: verdana;

    }
    img.bh{
        width:50px;
        height:50px;
    }
    nav{
        background-color: #ffffff;
        height: 50px;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        padding-left: 16px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        }
        img.kop{
            display: block;
            margin-left: auto;
            margin-right: auto;
            width:100px;
            height:100px;
            transition:transform 150ms ease-in-out;
        }
        h1{
            color:#000000;
            font-size: 2em;
            font-family: 'verdana';
            text-align: center;
        }
    
        label, input, button {
            font-size: 0.7rem;
            font-family: monospace;
            color: var(--inputColor);
       }    
}



@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}