/* .registration-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-modal-box {
    background: #fff;
    max-width: 520px;
    padding: 30px;
    border-radius: 8px;
} */

.dms-register-fields-hidden {
    display: none;
}

.dms-register-gate {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    margin-top:24px;
    background: #f8f8f8;
}

.dms-register-gate button {
    margin-top: 10px;
    background-color:#236032; color:#fff; border:1px solid #236032; border-radius:50px;
}

.dms-register-gate button:hover {
    background-color:#fff; color:#236032; 
}
