@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);#pwrcrmform label,#pwrcrmform div,#pwrcrmform input,#pwrcrmform select,#pwrcrmform button,#pwrcrmform textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;background:transparent;box-sizing:border-box}#pwrcrm{font-family:'Roboto',sans-serif;background:#fff;width:auto;display:table;padding:30px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 15px rgb(0 0 0 / 40%)}#pwrcrmform{width:100%;max-width:300px}#pwrcrmform label{font-size:14px;font-weight:700;margin-bottom:5px}#pwrcrmform label strong{color:#ff4343;margin-left:3px;font-size:10px}#pwrcrmform input[type=text],#pwrcrmform input[type=tel],#pwrcrmform input[type=email],#pwrcrmform input[type=number],#pwrcrmform select{border:1px solid #d1dde5;height:40px;border-radius:5px;width:100%;font-size:14px;padding:0 10px}#pwrcrmform textarea{border:1px solid #d1dde5;height:100px;border-radius:5px;width:100%;font-size:14px;padding:0 10px}#pwrcrmform select option{padding:5px;border-bottom:1px solid #ccc}#pwrcrmform input[type=checkbox],#pwrcrmform input[type=radio]{margin-right:5px;width:auto}#pwrcrmform .pwrcrmInputCont{margin-bottom:10px}#pwrcrmform button[type=submit]{width:100%;background:#177ef3;color:#fff;font-size:16px;text-align:center;padding:10px;border-radius:5px;font-weight:800;margin-top:5px;cursor:pointer}#pwrcrmform button[type=submit]:disabled{background:#a3a3a3;cursor:no-drop}