.mrengineez-kyc-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}
.mrengineez-kyc-popup-content {
    background: #121212;
    width: 680px;
    margin: 10% auto;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.mrengineez-kyc-popup-content form input{
    background:#1c1c1c;
}
.mrengineez-kyc-popup-content h3, .mrengineez-kyc-popup-content form label{
    color:#fff;
}
.mrengineez-kyc-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}
.mrengineez-kyc-btn {
    background: #0dc600!important;
    color: #fff!important;
    border: none!important;
    padding: 13px 25px!important;
    border-radius: 6px!important;
    cursor: pointer!important;
    font-size: 16px!important;
}
#mrengineez-kyc-form button {
    background: #0dc600;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    margin: 15px 0px;
}
form#mrengineez-kyc-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width : 767px){ 
	.mrengineez-kyc-popup-content {
        width: 100% !important;
        margin: 10% auto;
        padding: 30px;
        border-radius: 20px;
        position: relative;
        top: 20%;
        margin: 0px auto;
    }
}