.header-spacer{
    margin-bottom: unset;
}
.buttons .submit input {
    margin-left: 41%;
}
.forgot-password{
    color: #212529;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.card {
    border-width: 1px;
    border-color: rgba(219, 234, 254, 1);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1rem;
}

.header {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}

.icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 1);
}

.btn-close {
    padding-top: 50px;
    right: 20px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.icon img {
    height: 4rem;
    width: 4rem;
}

.alert {
    font-weight: 700;
    color: #666;
    vertical-align: bottom;
    margin: unset;
}

.btn-install {
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
}

.btn-install {
    background-color: rgba(59, 130, 246, 1);
    color: rgba(255, 255, 255, 1);
    float: right;
}

.form .flash {
    color: #2e7503;
    border: none;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: transparent;
    text-align: center;
}
.form .flash-error {
    color: #f00;
}
.ipsm-logo img {
    height: 60px;
}
@media screen and (min-width: 320px) and (max-width: 990px) {
    .ipsm-logo img {
        height: 40px;
    }
}
@media screen and (min-width: 320px) and (max-width: 990px) and (orientation: landscape) {
    .logo-mb-5 {
        margin-bottom: 2px !important;
    }

    /* make login card smaller in landscape mode */
    .card {
        padding: 2px;
    }
    .card-landscape {
        border-radius: 1rem;
        max-width: 400px;
        margin: 2px auto 54px;
    }
    .card-landscape .card-body {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .card-landscape .ipsm-logo {
        margin-bottom: 5px;
    }
    .card-landscape .mb-3, .card-landscape label, .card-landscape input {
        margin-bottom: 2px !important;
    }
}
