body {
    margin: 0;
    min-height: 100vh;
    /* background: url(/img/bg.jpg) transparent; */
    background-color: #FFFFFF;
    background-size: cover !important;
    background-position: center center !important;
    font-family: 'Poppins', sans-serif;
}

p, a {
    color: #FFFFFF;
}

.carousel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
}

.carousel,
.carousel-item,
.carousel-item.active,
.carousel-inner {
    height: 100vh;
}

.carousel-item {
    background-size: cover;
    background-position: center center;
}

.my-auto {
    position: relative;
    height: 100% !important;
    z-index: 3;
}

.login-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 12px;
    color: #000000;
    background-color: #000000F2;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 400px;
    overflow: hidden;
}

.login-box {
    width: 100%;
}

.logo-container{
    padding: 24px;
    border-radius: 4px;
    background-color: #2b4ae7
}

.logo {
    width: 100%;
    max-width: 200px;
}

.sso {
    border: none;
    color: #2b4ae7;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 10px 12px;
    background-color: #FEDA2A;
}

.sso:hover {
    background-color: #2b4ae7;
    color: #FFFFFF;
}

.login {
    border: none;
    color: #2b4ae7;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 10px 12px;
    background-color: #FEDA2A;
}

.login:hover {
    background-color: #2b4ae7;
    color: #FFFFFF;
}

.forgot {
    color: #00606A;
    font-size: 12px;
}

::placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000000;
}


input {
    margin-bottom: 10px;
    padding: 10px;
    width: 200px;
    border: none;
    border-radius: 5px;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: #FFFFFF00 !important;
}


footer {
    background-color: #000000C2;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    position: fixed;
    font-size: 10px;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.login-box > small {
    color: #000000;
}