/* #hideScreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(50,50,50,0.9);
    display: none;
    z-index: 99;
    overflow: scroll;
  } */
/*start autenform  */
#autentForm {
    background-color: #ffffff;
    margin: 40px auto;
    padding: 40px 20px 20px 20px;
    width: 500px;
    min-width: 300px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 99999999999;
    display: none;
}

#autentForm input {
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #aaaaaa;
}
#autentForm .tabaunt{
    font-size: 0.9rem;
}
#autentForm input.invalid {
    background-color: #ffdddd;
}

.tabaunt {
    display: none;
}
.frst-tab{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


#autentForm button {
    background-color: #446084;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0px;
}

#autentForm button:hover {
    opacity: 0.8;
}

#autentForm #prevBtn {
    background-color: #bbbbbb;
}

#autentForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

#autentForm .step.active {
    opacity: 1;
}

#autentForm .step.finish {
    background-color: #446084;
}
#hideScreen {
    top:0; 
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(50,50,50,0.9);
    display: none;
    z-index: 999;
    overflow: scroll;
}
#autentForm #auth-form-cls{
    background-color: transparent;
    color: grey;
    position: absolute;
    right: -20px;
    top: 10px;
}
.error-verified button{
    background-color: #446084;
    color: #ffffff;
}
/*  end autenform*/
.error-verified button {
    background-color: #446084;
    color: #ffffff;
}
.error-register {
    color: red;
    font-size: 14px;
}
#auth .step:not(.active) {
    display: none;
}
#auth .button{
  background-color: #446084;  
}
div.hide, p.hide{
    display: none;
}
#depositPopup, #transferPopup{
    z-index: 10000;
    overflow: auto;
}
#login-form-popup {
    max-width: 400px;
}
#depositPopup .popup-content{
    max-width: 800px;
    position: absolute;
    top:0;
    margin: 40px;
}
.popup {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.popup-content {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.error {
    color: red;
    font-size: 14px;
}
.content-biss-acc, .content-pers-acc{
    display: none;
}
.choise-buttons{
    display: grid;
}
.choise-buttons button{
    padding: 15px 10px;
    border: 1px solid;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    background: #003988;
    color: #fff;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.form-field{
    margin: 15px 5px;
}
.form-field input{
    height: 32px;
    width: 300px;
    padding-left: 10px;
}
form button{
    border: 1px solid #012e6f;
    background-color: #012e6f;
    padding: 8px 32px;
    color: #fff;
    border-radius: 8px;
}

@media screen and (min-width: 375px) and (max-width: 600px) {
    #autentForm {
      max-width: 400px;
    }
  }