.page {
    height: 100vh;
}

.logo-head-container {
    height: 5vh;
    padding-top: 15px;
}

.logo-head-container>center>img {
    min-width: 120px;
    width: 10%;
}

.logo-title {
    max-width: 350px;
    margin-left: -3px;
}

.password-toggle {
    border-radius: 0% 0.375rem 0.375rem 0% !important;
}

.password-toggle:focus {
    color: white;
}