.hi-box {
    padding: 50px;
    max-width: 700px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05) !important;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#hi_form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
}

button {
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

button#hi-submit {
    margin-top: 22px !important;
}
/* POPUP */
.hi-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.hi_popup_content {
    background: white;
    width: 400px !important;
    padding: 20px;
    margin: 15% auto;
    text-align: center;
}

button#hi_send_otp{
    margin-top: 7px;
    margin-bottom: 10px;
}

button#hi_verify_otp{
    margin-top: 7px;
}

#hi_result {
    max-width: 650px !important;
    background: #fff !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px !important;
}

.back-btn {
    margin-top: 20px;
    padding: 8px 16px;
    /* background: #e0e0e0; */
    border: 1px solid #ccc;
    /* cursor: pointer; */
}


/*.hi-back-btn:hover {
    background: #e0e0e0;
}*/
