
.login {
    min-height: 100vh;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infinity-image-container {
    background: url("/static/images/campus.png") center;
    background-size: cover;
}

.infinity-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infinity-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.infinity-form h4 {
    font-weight: bold;
}

.infinity-form button[type="submit"] {
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #174a91;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
}

.ucsefont{
    font-family: "Segoe UI";
}
