html.login .body-container .content .tachovia-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 47%;
    left: 40%; /* Adjust the left property as needed */
    transform: translate(-50%, calc(-50% + 0.5rem));
    z-index: 1;
    height: 27rem;
    width: 27rem;
    text-align: center; }
  
html.login .body-container .content .tachovia-row > * {
    text-align: left;
}  
html.login .body-container .content .right-menu {
    overflow: hidden; }
    @media screen {
        html.login .body-container .content .right-menu .tachovia-login-background-image {
            width: 100%;
            height: auto; }
        html.login .body-container .content .right-menu .tachovia-register-background-image {
            width: 100%;
            height: auto; }}

.login-master-row .left-menu .tachovia-language-bottom-menu .dropdown-menu {
    margin: 0;
    top: -10.5rem !important;
    left: -0.5rem !important;
    transform: none !important; }

.login-master-row .left-menu-register {
    align-items: baseline;
    margin-top: 4rem;
    padding-left: 4rem; }

#tachovia-login-form2 {
    margin-top: 15%;
    text-align: left;
    display: flex;
    align-content: center;
    margin-left:28%;
    }

#tachovia-login-logo2-wrapper {
    margin-right: 20vh;
    margin-left: 20vh;
    margin-top: 15%;
    width: auto;
    max-width: 100%;
    height: auto; }


#tachovia-login-logo2-wrapper {
    padding-top: 2rem;
    text-align: center; }
    @media screen and (min-width: 750px) and (max-width: 992px) {
        #tachovia-login-logo2-wrapper {
            position: static;
            top: 10vh;
            margin-left: 25%; }
     }


#tachovia-set-password-menu {
    margin-left: -2%;
    width: 24rem;
  }
  
  #tachovia-submit-password-menu {
    width: 24rem;
  }
#tachovia-forget-password-menu{
    width: 90%;
    margin-left: 5%;
}

@media screen and (max-width: 310px) {
    #tachovia-set-password-menu {
      margin-left: -6%;
      width: 20rem;
    }
  
    #tachovia-submit-password-menu {
      width: 20rem;
    } 
  }

@media screen and (max-height: 490px) {

    #tachovia-login-logo2 {
      width: 220px;
      margin-left: 13%;
      margin-bottom: -9%;
    }
  
  }