@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish/static/Mulish-Regular.ttf');
}

body {
    font-family: 'Mulish';
    background: #fafafa;
}

a {
    text-decoration: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.carousel .carousel-indicators li {
    background-color: #afafaf;
}

    .carousel .carousel-indicators li.active {
        background-color: #717171;
    }

.container-login {
    margin-top: 10%;
    border: solid 1px #e2e2e2;
}

.text-primary {
    color: #717171 !important;
}

.pwd-show-hide {
    min-width: 46px;
    height: 38px;
    color: #717171;
    background-color: #ffffff;
    border-radius: 0rem 0.378rem 0.378rem 0rem;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    margin-top: 25%;
    margin-bottom: 25%;
}

.login-alert,
.forgot-alert {
    background-color: #f5f6f7;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    margin-top: 15px;
    display: none;
    cursor: pointer;
}

.form-header {
    color: #333333;
    font-weight: bolder;
}

.login-form .login-forgotpass {
    /*width: 400px;*/
    text-align: center;
    margin-top: 15px;
}

    .login-form .login-forgotpass a {
        color: #999999;
    }

.container-alert {
    height: 34px;
}
