@media (max-height: 690px) {
    .footer-bottom {
        position: relative !important;
    }
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    border: 0;
    box-shadow: none;
}

.fa-white {
    color: #fff;
}

.min-vh-60{
    min-height: 60Vh !important;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.toggle-password:hover {
    color: #000;
}

input[type="password"],
input[type="text"] {
    padding-right: 2.5rem;
}

@media (max-width: 700px) {
    .logo-text {
        display: none !important;
    }
}

.logo-align {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo-text {
    display: flex;
    color: white;
    padding: 0.5rem !important;
    margin: 0 !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo-text>.title {
    font-size: 2.3rem;
}

.swiper-slide {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content-outer {
    position: relative;
    z-index: 2;
}

.text-border {
    color: white;
}