.portal-background {
    /* position: absolute; */
    background: white url("../../images/login-bg.jpg") no-repeat center;

    /* Background Size */
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.portal-fonts {
    font-family: "Source Sans Pro", sans-serif;
}

.portal-container {
    border-radius: 5px;
    background-color: white;
    height: auto;

    /* Box Shadow  */
    box-shadow: 1px 1px 5px black;
    -moz-box-shadow: 1px 1px 5px black;
    -o-box-shadow: 1px 1px 5px black;

    padding: 16px;
}

.portal-container .portal-title {
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: bold;
}

.text-sm {
    font-size: 0.9rem;
}

.text-lg {
    font-size: 1.2rem;
}

.badge-new {
    position: absolute !important;
    top: -10px !important;
    right: -15px !important;
}