#mklp-login-box{

    width:100%;
    display:flex;
    justify-content:center;
    margin-top:80px;

}

.mklp-card{

    width:420px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    padding:30px;

}

.mklp-card h2{

    margin:0;
    text-align:center;
    color:#222;

}

.mklp-desc{

    margin-top:15px;
    text-align:center;
    color:#777;

}

#mklp-national-code{

    width:100%;
    height:45px;
    margin-top:25px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:10px;
    font-size:16px;
    direction:ltr;
    text-align:center;

}

#mklp-send-otp{

    width:100%;
    height:45px;
    margin-top:20px;
    border:none;
    border-radius:6px;
    background:#0B6EF3;
    color:#fff;
    cursor:pointer;
    font-size:15px;

}

#mklp-send-otp:hover{

    background:#0055cc;

}

#mklp-login-message{

    margin-top:15px;
    text-align:center;
    color:red;

}