main {
    width: 100%;
    margin: auto;
    height: 100%;
}

#sidebar-wrapper li {
    margin-left: 15px;
}

#sidebar-wrapper a>span {
    font-weight: 600;
}


.container-login {
    flex-direction: row;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.container-login .child-1 {
    width: 100%;
    height: 50%;
}

.child-1>div {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 150px;
}

.container-login .child-2 {
    width: 100%;
    margin: auto;
    padding: 20px;
    height: 50%
}

.style2>div>div>h3 {
    margin-bottom: 8
}

.style2>div>div>p {
    margin-bottom: 24px;
    font-weight: normal;
}

.show-password {
    width: 40px !important;
    height: 42px;
}

#credentials-login .input-group-addon {
    width: 29px;
}

.password span {
    background-color: #fff;
}

.password span:hover {
    cursor: pointer;
}

.has-detail {
    width: 100%;
}

.txt_password {
    border-right: none;
}

.style {
    background-size: contain !important;
    height: 400px;
    padding-top: 16px !important;
    margin-top: 16px !important;
}

.style1 {
    position: relative;
    display: block;
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    --webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12) !important;
    border: none !important;
    border-radius: 10px !important;
}

.style2 {
    padding: 20px 28px !important;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-faq {
    color: #133b81 !important;
    background-color: #fff !important;
}

.btn-faq:hover {
    color: #1055cc !important;
}

@media (max-width: 767.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}