.bg-success {
    background-color: #198754!important;
}

.bg-gradient-success{
    background-color: #198754!important;
}
.btn-success {
    background-color: #198754!important;
}
.w-33 .form-check{
    width: 33%;
}

html{
    overflow-x: hidden;
}
.login-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -29px;
}
.dropdown-toggle:after {
    display: none;
}
.dropup .dropdown-menu:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    z-index: -1;
    bottom: 22px;
    top: 30px;
    left: 100%;
    font-size: 22px;
    color: #fff;
    transition: bottom .35s ease;
}
.dropdown-menu.show {
    margin-right: 55px !important;
}