/*!/wp-content/plugins/custom-comments-registration-1/css/ccr-styles.css*/.ccr-login-form,.ccr-registration-form{max-width:400px;margin:20px auto;padding:20px;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9;box-shadow:0 2px 4px rgb(0 0 0 / .05);font-family:inherit}.ccr-login-form p,.ccr-registration-form p{margin-bottom:15px}.ccr-login-form label,.ccr-registration-form label{display:block;margin-bottom:5px;font-weight:600}.ccr-login-form input[type="text"],.ccr-login-form input[type="password"],.ccr-login-form input[type="email"],.ccr-registration-form input[type="text"],.ccr-registration-form input[type="password"],.ccr-registration-form input[type="email"]{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:3px;box-sizing:border-box}.ccr-login-form button,.ccr-registration-form button{display:inline-block;padding:10px 20px;background-color:#0073aa;color:#fff;border:none;border-radius:3px;cursor:pointer;font-weight:600}.ccr-login-form button:hover,.ccr-registration-form button:hover{background-color:#005177}.ccr-error,.ccr-error-list{color:#b32d2e;margin-bottom:15px}.ccr-error-list li{list-style-type:disc;margin-left:20px}.ccr-must-log-in{padding:15px;background-color:#fff8c5;border:1px solid #ffe59d;border-radius:3px;margin-bottom:20px}.ccr-must-log-in a{color:#0073aa;text-decoration:underline}.ccr-already-logged-in,.ccr-already-registered{padding:15px;background-color:#e7f7d3;border:1px solid #a8d97f;border-radius:3px;margin-bottom:20px}