    .hehe {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    .mak {
        width: 32px;
        height: 32px;
        background-color: transparent;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        padding: 0px;
    }

    .cuy {
        font-size: 0.857143rem;
        text-align: center;
        margin-top: 15px;
        padding-bottom: 16px;
    }

    .leli {
        font-size: 0.857143rem;
        text-decoration: none;
        cursor: pointer;
        color: #E67615 !important
    }

    .auth-wrapper {
        position: relative;
        min-height: 60vh
    }

    .auth-wrapper .auth-box {
        box-shadow: 4px 0 20px rgba(0, 0, 0, .08);
        max-width: 400px;
        width: 90%;
    }

    .auth-wrapper .auth-box.on-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .auth-wrapper #recoverform {
        display: none;
    }

    .rounded {
        border-radius: 10px !important
    }

    .text-info {
        color: #E67615 !important
    }