.cust-title {
    padding-left: 50px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 20px;
    /* BORDER */
    border-bottom: 18px;
    border-style: solid;
    border-color: rgb(74, 0, 125);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.cust-title-left {
    width: 20%;
    margin: auto;
}

.cust-title-right {
    margin: auto;
    width: 80%;
    text-align: center;
}

.login-form-cont {
    margin: auto;
    width: 800px;
    padding-top: 100px;
    padding-bottom: 40px;
}

.login-form-cont form {
    background-color: white;
}

.login-form-cont button {
    margin-top: 20px;
}

.bg-color-custom {
    background-color: whitesmoke;
}

.menu-container {
    display: flex;
    background-color: rgb(151, 0, 19);
    justify-content: center;
}

.menu-item {
    padding: 15px;
    color: white;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
}

.menu-item:hover {
    background-color: rgb(192, 2, 28);
}

.container {
    margin: auto;
    padding-top: 30px;
    padding-left: 10rem;
    padding-right: 10rem;
}

.container-lg {
    width: auto;
    padding-top: 30px;
    display: flex;
    height: auto;
    padding-bottom: 30px;
}

.ctn-lg {
    margin: auto;
    width: 1050px;
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
}