* {
    margin: 0;
    padding: 0;
    --color-var1: #235ad1;
}

html,
body {
    min-width: 100%;
    min-height: 100%;
    background-color: #3a3a56;
}

.menu li>ul {
    display: none;
}
  
.menu li:hover>ul {
    display: block;
}
  

#content {
    margin-top: 40px;
    border: 0px solid #000;
    width: 100%;
    margin: 0 auto;
    height: auto !important;
    background-color: #3a3a56;
}

p {
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
}

h1 {
    color: #FFFFFF;
}

h2 {
    color: #FFFFFF;
}

h3 {
    color: #FFFFFF;
}

#content_wrap {
    margin-left: 20pt;
    margin-right: 20pt;
}


.login_wrap {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


.login_wrap h1 {
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 9px rgba(219,252,255,0.81);
}

.login_wrap .auth_error{
    color: red;
    text-align: center;
}

.login_wrap p {
    margin-top: 20pt;
    height: 35pt;
    width: 200pt;
}

.login_wrap p input {
    height: 100%;
    width: 100%;
    text-align: center;
}

.login_wrap p input::placeholder {
    color: gray;
    text-align: center;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: text;
    background-color: rgb(95, 95, 95);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
    white-space: pre-wrap; /* wordwrap */
    word-break: break-all; /* wordwrap */
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

/* -------------------------------
Шапка сайта
----------------------------------*/

#headerHat {
    border: 0px solid #ffffff;
    background: #222831;
    position: relative;
    width: 100%;
    height: 50pt;
    margin: 0 auto;
    margin-top: 0px;
}

/*----------------------------
Логотип
------------------------------*/

.logo {
    position: absolute;
    left: 5%;
    top: 10pt;
}

.logo a {
    font-family: "Courier New", Courier, monospace;
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #378ab4 0px 0px 5px, #378ab4 0px 0px 10px, #378ab4 0px 0px 15px, #275AFF 0px 0px 20px, #275AFF 0px 0px 30px, #275AFF 0px 0px 40px, #275AFF 0px 0px 50px, #275AFF 0px 0px 75px;
}

/* Стили для мобильного графика */
@media (max-width: 1080px) {
    /* Ваш CSS для мобильного графика здесь */
#content_wrap {    
    margin-left: 2pt;
    margin-right: 2pt;
}
html,body {    
    background-color: #000000;
}

.login_wrap 
{
    margin-top: 15pt;
    padding: 20pt;
    padding-top: 10pt;
    border-radius: 20px;
    background: #3a3a56;
}

#content {
    background-color: #000000;
}

p {color: #ffffffd1;}
a {color: #ffffffd1;}

}/* end mobile media*/