.page-content {
    background-image: url('../assets/images/loginback4.jpg');
    background-size: 100%;
    /* background-position: ; */
}

.card {
    box-shadow: 0px 0 20px 5px rgba(0, 0, 0, 0.125) !important;
    border: none !important;
    border-width: 0 !important;
}

.text-brand {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    font-weight: 800;
    font-size: 35px;
    color: #0c403f;
}
